plupload icon indicating copy to clipboard operation
plupload copied to clipboard

ChunkUploaded function at version 3.1.2 not working

Open NguyenThanhUET opened this issue 6 years ago • 3 comments

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"); }, ... }

NguyenThanhUET avatar Dec 02 '19 04:12 NguyenThanhUET

Is this issue solved or is there any workaround? It's 2020 and this problem dates back to 2018 ( issue #1557 )

binarweb avatar Aug 04 '20 08:08 binarweb

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.

dealer-solutions-gene avatar Feb 01 '22 10:02 dealer-solutions-gene

2023 - still not working. Is this project maintained?

ponasromas avatar Jan 09 '23 15:01 ponasromas