Ref T9324. When you upload a normal file, we call willUpload and then didUpload.
When you upload a chunked file, we never call willUpload. This can get things out of sync. Make sure we invoke this event for both chunked and non-chunked uploads.
Differential D14083
Fix missing `willUpload` hook for drag-and-drop chunked upload epriestley on Sep 8 2015, 4:37 PM. Authored by Tags None Referenced Files
Subscribers None
Details
Ref T9324. When you upload a normal file, we call willUpload and then didUpload. When you upload a chunked file, we never call willUpload. This can get things out of sync. Make sure we invoke this event for both chunked and non-chunked uploads. Got cleaner behavior (redirect after all uploads finish) in new Phacility file upload area.
Diff Detail
|