Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic http upload agreement #69

Open
guettli opened this issue Jan 10, 2018 · 1 comment
Open

Basic http upload agreement #69

guettli opened this issue Jan 10, 2018 · 1 comment

Comments

@guettli
Copy link

guettli commented Jan 10, 2018

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?

@wavexx
Copy link
Member

wavexx commented Jan 10, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants