plupload
plupload copied to clipboard
ChunkUploaded function at version 3.1.2 not working
At version 3.1.2, ChunkUploaded can not working, below is my code: But I trying with version 2.1.4, it is working int:{ ... ChunkUploaded: function(up, file, info) { console.log("has working"); }, ... }
Is this issue solved or is there any workaround? It's 2020 and this problem dates back to 2018 ( issue #1557 )
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} file File that the chunk was uploaded for.
@param {Object} result Object with response properties.
@param {Number} result.offset The amount of bytes the server has received so far, including this chunk.
@param {Number} result.total The size of the file.
@param {String} result.response The response body sent by the server.
@param {Number} result.status The HTTP status code sent by the server.
@param {String} result.responseHeaders All the response headers as a single string.
2023 - still not working. Is this project maintained?