You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am troubled that unable to POST files, how can I do this..
Environment :
Windows 10 x64 + Chrome 72.0.3626.96 + ARC 10.0.12
Windows 7 x32 + Chrome 69.0.3497.100 + ARC 10.0.12
Server application responsed "Not a multipart contents.",
so, I edited the [Headers]-[Content-Type]
from "multipart / form-data"
to "multipart / form-data; boundary = test"
but server sais "MIME multipart message is not complete."
Anytime "Content-Length: 15" in spite of choosing any file.
Server log saids, server received 2866 Bytes.
Is it same to "issues #945", or my procedure is wrong???
regards.
The text was updated successfully, but these errors were encountered:
Hi,
I cannot currently update this version of the application. Suggested walkaround is to use ARC desktop client: https://github.com/advanced-rest-client/arc-electron/releases
Note, you need to move your data manually using import / export feature.
I am troubled that unable to POST files, how can I do this..
Environment :
Windows 10 x64 + Chrome 72.0.3626.96 + ARC 10.0.12
Windows 7 x32 + Chrome 69.0.3497.100 + ARC 10.0.12
Server application responsed "Not a multipart contents.",
so, I edited the [Headers]-[Content-Type]
from "multipart / form-data"
to "multipart / form-data; boundary = test"
but server sais "MIME multipart message is not complete."
Anytime "Content-Length: 15" in spite of choosing any file.
Server log saids, server received 2866 Bytes.
Is it same to "issues #945", or my procedure is wrong???
regards.
The text was updated successfully, but these errors were encountered: