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
How do I go about posting a file (eg. a picture) using POST request from this library. How to write the file data on the server(as we did with server.write(filedata);)? What headers to explicitely include using addHeader(); ?
The text was updated successfully, but these errors were encountered:
How do I go about posting a file (eg. a picture) using POST request from this library. How to write the file data on the server(as we did with
server.write(filedata);
)? What headers to explicitely include usingaddHeader();
?The text was updated successfully, but these errors were encountered: