Ref T7149. This works now, so enable it.
Details
Details
- Reviewers
btrahan - Maniphest Tasks
- T7149: Allow users to import data into a new Phacility instance
- Commits
- Restricted Diffusion Commit
rP1773af6ada08: Enable the chunk storage engine
- Uploaded large and small files in Firefox, Safari and Chrome.
- Uploaded large files with arc upload.
- Stopped/resumed large files with all clients.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
webroot/rsrc/js/core/DragAndDropFileUpload.js | ||
---|---|---|
267–274 | This is a simplification: instead of reading the data into JS and then sending it in the request, we can send the Blob directly. This works in all modern browsers, and saves us some mess where Javascript decides to un-binary the data and re-encode it in JS UTF. |