You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am creating a dashboard for stock market trade analysis. Now I want to give user the option to upload multiple files along with a multiplier for each file. So first I ask how many files needs to be uploaded, and then that many Fileupload widgets are created. Can range from 1 to 10.
pplonski
changed the title
Fileupload widget not working inside loop
File upload widget not working inside loop
Jul 10, 2024
I want to create multiple File upload widget, but it's creating just one widget when created inside a loop.
This gives only one file widget 'File upload 4'
While this works:
But I want to do it in a loop.
The text was updated successfully, but these errors were encountered: