Minor Changes
b32d746Thanks @filip-kinsky! - Emit anerrorinstead of a broken thumbnail when a file claims an image type but cannot be decoded. The newdictThumbnailErroroption holds the message.
Patch Changes
-
94a0656Thanks @AJHoeh! - CoercechunkSizeto a number before computing chunk boundaries. When the option arrived as a string, every chunk after the first was sliced from the wrong offset and the uploaded file was silently corrupted. -
85c5c2aThanks @enyo! - Stop preview thumbnails from being dragged back into the dropzone, which added the same file a second time under a generated name. -
4762df8Thanks @Forceu! - Send a single chunk for zero byte files instead of hanging. WithforceChunkingenabled, an empty file produced a chunk count of zero, so nothing was ever uploaded.