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
It's currently required to send upload POST data under the name "file" with the file data as the value. I might be helpful to remove this contract requirement. The main issue would be if the server needs access to other POST params.
It's currently required to send upload POST data under the name "file" with the file data as the value. I might be helpful to remove this contract requirement. The main issue would be if the server needs access to other POST params.