Topic: ChunkUploaded in core API 3.0

I am exploring the 3.0beta version of the core API. It seems that ChunkUploaded event has been moved to FileUploader class. Binding to this event on the uploader instance doesn't work. How would I go about binding to event triggered by a file uploader? I understand that each file gets its own FileUploader.

Re: ChunkUploaded in core API 3.0

Are you experimenting on top of the uptodate 3.x branch from github?

If you want to see your issue fixed, do not report it here, do it on - GitHub.

Re: ChunkUploaded in core API 3.0

Yes I am. Actually I solved it already. It is required to push the event up through all the layers (FileUploader, File, Queue, Uploader).