Skip to content

Basic http upload agreement #69

@guettli

Description

@guettli

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions