Page MenuHomePhabricator

Enable the chunk storage engine
ClosedPublic

Authored by epriestley on Mar 14 2015, 4:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 7:38 AM
Unknown Object (File)
Oct 22 2024, 9:21 AM
Unknown Object (File)
Oct 20 2024, 3:23 AM
Unknown Object (File)
Oct 18 2024, 10:46 PM
Unknown Object (File)
Oct 18 2024, 2:24 AM
Unknown Object (File)
Oct 2 2024, 10:41 AM
Unknown Object (File)
Aug 25 2024, 3:48 PM
Unknown Object (File)
Aug 25 2024, 3:35 PM
Subscribers

Details

Summary

Ref T7149. This works now, so enable it.

Test Plan
  • 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

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Enable the chunk storage engine.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
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.

btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 15 2015, 6:07 PM
This revision was automatically updated to reflect the committed changes.