Community
Participate
Working Groups
The current transfer API uses a POST to start an upload, and then a series of PUT operations to upload chunks until the upload completes. This is good for large files, but we should also support a simplified upload for smaller files that performs the entire upload in the initial POST call.
I have released support for importing within a single POST call. See: http://wiki.eclipse.org/Orion/Server_API/Transfer_API#Importing_a_file_via_a_single_POST_call And also: TransferTest#testImportWithPost.