Patch Changes
-
#2380
88901b7- FixbinaryBodyuploads sending the original file instead of the transformed one.resizeWidth,resizeHeightand any customtransformFilewere silently ignored, so an unresized image went to the server. Chunked and form-data uploads were unaffected. -
#2379
eae9121- Fix cancelling an upload whiletransformFileis still running. The file had noxhryet, so it was grouped with every other file that had not started and the whole queue was cancelled with it — and the file itself was still sent once the transform finished.