Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Erik S.Erik S.Change Log Group
FixedChange Log Message
Files, larger than 1MB were corrupted after upload, when "storage_format" field option was used.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
50m loggedStory Points
1Fix versions
Affects versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Erik S.
Erik S.Change Log Group
Fixed
Change Log Message
Files, larger than 1MB were corrupted after upload, when "storage_format" field option was used.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Time tracking
50m logged
Story Points
1
Fix versions
Affects versions
Created July 23, 2017 at 8:35 AM
Updated December 29, 2024 at 8:50 PM
Resolved April 6, 2018 at 1:48 PM
change "
kUploadHelper::moveUploadedFile
" method to return actually used filename (will contain ".part
" suffix for unfinished uploads)in the "
kUploadHelper::handle
" method:always call "
$this->moveUploadedFile($tmp_path . $filename);
"if return filename matched given filename (upload was completed) and "
$storage_format
" was specified do the renaming magic