Page MenuHomePhabricator

Add support for partially uploaded files
ClosedPublic

Authored by epriestley on Mar 13 2015, 2:09 AM.
Tags
None
Referenced Files
F18596677: D12063.diff
Sat, Sep 13, 1:14 AM
F18505160: D12063.id.diff
Fri, Sep 5, 12:26 AM
F18496773: D12063.diff
Thu, Sep 4, 5:41 PM
F18266235: D12063.id29031.diff
Fri, Aug 22, 12:39 PM
F17757994: D12063.id.diff
Jul 22 2025, 4:40 PM
F17755723: D12063.id29031.diff
Jul 22 2025, 1:01 PM
F17754533: D12063.id29040.diff
Jul 22 2025, 10:57 AM
F17738378: D12063.diff
Jul 20 2025, 11:34 PM

Details

Summary

Ref T7149. This flags allocated but incomplete files and doesn't explode when trying to download them.

Files are marked complete when the last chunk is uploaded.

I added a key on <authorPHID, isPartial> so we can show you a list of partially uploaded files and prompt you to resume them at some point down the road.

Test Plan

Massaged debugging settings and uploaded README.md very slowly in 32b chunks. Saw the file lose its "Partial" flag when the last chunk finished.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Add support for partially uploaded files.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Mar 13 2015, 6:08 PM
This revision was automatically updated to reflect the committed changes.