1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 11:22:40 +01:00
phorge-phorge/src/applications/files/conduit
epriestley 135280be9e Support HTML5 / Javascript chunked file uploads
Summary:
Ref T7149. This adds chunking support to drag-and-drop uploads. It never activates right now unless you hack things up, since the chunk engine is still hard-coded as disabled.

The overall approach is the same as `arc upload` in D12061, with some slight changes to the API return values to avoid a few extra HTTP calls.

Test Plan:
  - Enabled chunk engine.
  - Uploaded some READMEs in a bunch of tiny 32 byte chunks.
  - Worked out of the box in Safari, Chrome, Firefox.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7149

Differential Revision: https://secure.phabricator.com/D12066
2015-03-13 11:30:36 -07:00
..
FileAllocateConduitAPIMethod.php Support HTML5 / Javascript chunked file uploads 2015-03-13 11:30:36 -07:00
FileConduitAPIMethod.php Add support for partially uploaded files 2015-03-13 11:30:24 -07:00
FileDownloadConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
FileInfoConduitAPIMethod.php Rename Conduit classes 2014-07-25 10:54:15 +10:00
FileQueryChunksConduitAPIMethod.php Add a chunking storage engine for files 2015-03-13 11:30:02 -07:00
FileUploadChunkConduitAPIMethod.php Add support for partially uploaded files 2015-03-13 11:30:24 -07:00
FileUploadConduitAPIMethod.php file.upload set policy explicitly 2014-08-07 12:14:17 -07:00
FileUploadHashConduitAPIMethod.php Add a chunking storage engine for files 2015-03-13 11:30:02 -07:00