Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
Erik S.Erik S.Reviewer
AlexAlexChange Log Group
FixedChange Log Message
When "storage_format" field option was, but uploaded file already had correct dimensions it was deleted (non-uploaded).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
1m loggedStory Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Erik S.
Erik S.Reviewer
Alex
AlexChange Log Group
Fixed
Change Log Message
When "storage_format" field option was, but uploaded file already had correct dimensions it was deleted (non-uploaded).
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
1m logged
Story Points
1
Fix versions
Created June 26, 2019 at 9:06 AM
Updated December 29, 2024 at 8:49 PM
Resolved January 4, 2021 at 8:33 AM
In the "\kUploadHelper::resizeUploadedFile" method instead of using "/tmp" folder (result of "sys_get_temp_dir" function call) use WRITEABLE . '/tmp' path.