Gene
Gene
The following reference exists in `plupload.dev.js` but is not executed (v3.1.2) ```/** Fires when file chunk is uploaded. @event ChunkUploaded @param {plupload.Uploader} uploader Uploader instance sending the event. @param {plupload.File}...
And here I am in 2022 trying to use v3... `var rszr = new ImageResizer(file);` seems to be creating a new instance of "ImageResizer" but not including any of the...
Additional commentary, I can see what ultimately resizes the image is done with HTML5 canvas here ``` canvas.getContext("2d").drawImage(_getImg(), rect.x, rect.y, rect.width, rect.height, 0, 0, canvas.width, canvas.height); ``` however the source...
@thd-fox Given this project's last release was _Dec 5, 2020_ I think this one's dead 🤕
I'd like to comment that the 'fix' was just an interim attempt to prevent the array being added to, I'm sure there's bound to be a more holistic change to...
I'm here because a valid 404/410 gone is being ignored and an invalid cache is being reused.