filemanager + upload progress

Hi,

I’m working on the back end right now for uploading files. From the front end, I’d like to be able to drag in a file, multiple files, and directories. Then i’d like to see percentage progress bars for each file (perhaps at the bottom of file manager).

  1. How would this be possible? Do i use the built in uploader in file manager or create one using uploader?
  2. Where does the progress data come from? Is there a stream on the client side that we can see how much of it has been read? or does the data need to come from the server side that’s processing?

Thanks,
Jas

Hello, did you ever get the progress bars to work on filemanager?

I am wanting this same feature.

Hello @mokiscott ,
As a solution, you can to process real file uploading in the ui.uploader and immediately reflect changes in the filemanager with a simple add() method:
https://snippet.webix.com/440a8c29

Hi annazankevich, thanks for your reply.
Will this snippet work on webix_5.2.2_pro/filemanager_5.2.1_pro or should I upgrade first?

@mokiscott ,
Yes, it’ll work, but you will need to change the CSS to display the list items correctly.
Please take a look at the snippet:
https://snippet.webix.com/teyhegub