-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I was looking for a simple way to upload several files via http.
For ftp there are several hundred clients, but not for http :-(
I wrote one myself some weeks ago: https://github.com/guettli/tbzuploader
My tool is much simpler than yours.
But maybe we could agree on the basic usage of http.
I consider an upload successful if the http server replies with "201".
This number was chosen because some web servers reply with 200 in case of on error and display a "user friendly" page.
Several files can get uploaded at once and be default the key name "files" get used.
With which http status code does your server part respond if the upload was successful?
Metadata
Metadata
Assignees
Labels
No labels