axios({ url: url, method: "POST", <- PUT, DELETE, UPDATE, PATCH data: fromData, <- the form data the include the large file maxContentLength: "infinity", <- for large content, base64 maxBodyLength: "infinity", <- do the same above })