Page MenuHomePhabricator

Enable the chunk storage engine
ClosedPublic

Authored by epriestley on Mar 14 2015, 4:23 PM.
Tags
None
Referenced Files
F15378536: D12079.id29061.diff
Thu, Mar 13, 3:06 PM
Unknown Object (File)
Feb 8 2025, 3:03 AM
Unknown Object (File)
Feb 8 2025, 3:03 AM
Unknown Object (File)
Feb 8 2025, 3:03 AM
Unknown Object (File)
Feb 2 2025, 9:22 PM
Unknown Object (File)
Jan 30 2025, 7:02 AM
Unknown Object (File)
Jan 24 2025, 1:21 AM
Unknown Object (File)
Jan 24 2025, 1:21 AM
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.