hidden uploader progress

Hi,

I’m using a hidden uploader (apiOnly:true, multiple: false, autosend: true). I’m add files via “addFile” all that works good.

But how can I get the progress for the uploading, would be nice with an “onUploadProgress” event… or any other solution.

No one?

Okay so I solve it, had to use a “list” connected to the uploader which height I set to 1 (hidden:false do not work) then using the callback i a list template to get percentage of upload. Not beautiful code but it works.

An “onUploadProgress” event would be nice for future updates.

Hello!

My apologies for the delay.
I just can recommend you to use onFileUpload() method which fires in the moment file uploading ends or onFileUploadError() which fires in case of a server-side error during uploading

Hi Nastja,

onFileUpload() is good, but don’t give me percentage of the upload progress, that was what I needed, % progress.

Sorry if my question was not clear enough.

I think this information can help you
Sample: https://snippet.webix.com/sg4556pu