Currently, non-repository backed applications (file-backed) require posting/uploading via "multipart/form-data" which requires a "Content-length" header. Unfortunately, this requires that a project's zip (or tar) be either loaded (buffered) in memory or saved to disk first.
This is infeasible for large projects or other auto-mated back-end where multiple projects are handled.
In lieu of this, I'd like to request "Transfer-Encoding: chunked" support at least for file uploads in place of multipart/form-data.
This is infeasible for large projects or other auto-mated back-end where multiple projects are handled.
In lieu of this, I'd like to request "Transfer-Encoding: chunked" support at least for file uploads in place of multipart/form-data.

