I am using the dcc.Upload component and would like to have a notification while the data is being loaded, that gets updated once the upload successful.
We can easily have a callback at the end of the data upload, but I could not find a way on how to trigger a callback when the data upload is starting (either by dropping files on the selected zone or clicking on the file browser)…
means the Input is only triggered once the upload is already finished.
So how would I start a background callback or BlockingCallbackTransform at the start of the data upload?
Can you provide more code? How big are the files that you are trying to transfer? That seems pretty big to want to see that something is currently being transfer…