Hi,
I give the user the possibility to upload a file in a project management.
I have the problem that it takes between 1 and 3 seconds for the upload process to start. In the meantime the user can already press the save button. As a result the file is not available in the entry.
To prevent this I use a progress bar. If this is visible the save button is deactivated. With the old elements the upload started immediately, with the new elements it takes 1-3 seconds, probably because of the new necessary action “When A File uploader Generation URL”.
In this loom you can see that it takes more than 3 seconds until the upload starts and the progress bar becomes visible. The Save button is also deactivated at this moment but not before.
Here is a second Loom. I select the images and press Save before the image upload has started. As a result the images are missing from the entry.
I have tried all states of the file uploader but cannot find a way to deactivate the button as soon as a file has been selected. This is because all states can only be used when the upload starts (I already use them to display the progress bar) or is already complete (because the file URL, file size, file name, etc. are only then available).
How can the problem be solved?