Hi Webix Team,
Is it possible to integrate uploader with file manager instead of using file manager’s own upload feature.
Thanks,
Ranjeet
Hi Webix Team,
Is it possible to integrate uploader with file manager instead of using file manager’s own upload feature.
Thanks,
Ranjeet
Hello @kaurranjeet12 ,
Could you please clarify why do you want to integrate uploader instead of using file manager’s own upload feature?
Maybe this sample can help you to solve the issue
So, two things. First when I am trying to write a custom function to upload my file and does not give a API URL directly to the file manager throws error “You need to define upload url for uploader component”, I can’t find autosend property for filemanager component.
Second, how to show the progress if I am uploading multiple files?
Thanks,
Ranjeet
You can use autosend property also
Just need to use getUploader to get the uploader object and then is possible to use API of the ui.uploader where you can define autosend property
how to show the progress if I am uploading multiple files?
Please, check the article in our documentation: Setting Progress Bar and Overlay Messages - Visualizing the app workflow: progress bar, progress image, etc. Webix Docs