fohrloop / dash-uploader

The alternative upload component for python Dash applications.
MIT License
144 stars 30 forks source link

Multitple Upload components #124

Open alexandreganz opened 1 year ago

alexandreganz commented 1 year ago

I'm trying to develop an app where the user uploads two files, the first one is directed to folder X and the second one to folder Y, since du.configure_upload is attached to the whole structure of the app itself, is there a work around to accomplish this? The requirement must be done on the same page, or at most the user uploads the first file on page one and the second file on page 2.