Hey all, so I’m running into a bit of a problem using the dcc.Upload component. Basically I want to populate a database with files using the contents from dcc.Upload as an input. However, if the user wants to populate the database by uploading the same file multiple times, it won’t work because the contents property technically hasn’t changed.
While there are solutions that involve using extra components, I’m hoping there might be a solution that doesn’t involve my user having to use multiple components to upload their files. Ideally, they would be able to click on dcc.Upload, select their file, and automatically have the database be populated with their data without clicking any extra buttons. Does any such solution exist?
1 post - 1 participant