-
Type: Bug Report
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.2.2-B1
-
Fix Version/s: 5.2.2-B2
-
Component/s: File Uploader
-
Labels:None
-
Change Log Group:Fixed
-
Change Log Message:Files, larger than 1MB were corrupted after upload, when "storage_format" field option was used.
-
Story Points:1
-
Copy Issue Key:
-
Patch Instructions:
- 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
- is blocked by
-
INP-1720 Use "FileHelper::urlToPath" for "storage_format" field option handling
- Resolved
- implemented in
-
[Diffusion] rINP16616 Fixes INP-1719 - Only resize fully uploaded file
-
D321 INP-1719 - Only resize fully uploaded file
- mentioned in
-
Page Loading...