Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note this is only supported via Gateway: see Multipart MIME POST. Multiple files are uploaded in a single POST with Content-Type: multipart/form-data; boundary=----X.

curl -v -u "USER:PASSWORD" -F upload=@/tmp/myhugefile.zip -F upload=@/tmp/foo.gif "http://mydomain.example.com/mybucket/"

...