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
Sometimes is necessary to use a method other than POST when uploading a file to a server, according to its implementation of the upload handling.
I would like to propose to add an optional Method attribute to the target so that a method other than POST can be specified, leaving POST as the default one, if the attribute is not specified.
The text was updated successfully, but these errors were encountered:
Sometimes is necessary to use a method other than POST when uploading a file to a server, according to its implementation of the upload handling.
I would like to propose to add an optional
Method
attribute to the target so that a method other than POST can be specified, leaving POST as the default one, if the attribute is not specified.The text was updated successfully, but these errors were encountered: