Create & create another button is still enabled upon uploading in slow internet #15228
Unanswered
jeromevillaver
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Form builder
Package Version
v3.00
How can we help you?
Observations
1 . Slow Internet Issue:
When the internet connection is slow and a video upload is still in progress (not yet 100% uploaded), the Create button, as well as the Create & Create Another button, remains clickable.
During video upload, even while the upload is still in progress, while the create button is not clickable, the Create & Create Another button is clickable.
Expected Behavior
Slow Internet Handling:
If the internet connection is slow and the video upload is not yet complete, the Create button should remain disabled.
Instead of allowing the action, an error message should be displayed, informing the user that the upload cannot be completed due to a slow internet connection.
Button State During Upload:
While a video upload is in progress, both the Create and Create & Create Another buttons should remain disabled until the upload is 100% complete.
This ensures the user cannot proceed with incomplete uploads.
Suggested Improvements
Implement a progress check on the video upload and dynamically disable the buttons based on the upload percentage.
Display user-friendly messages for specific scenarios, such as slow internet or upload in progress, to improve the user experience.
Test for edge cases like network interruptions or retries to ensure robustness.
Steps to reproduce
Just used the typical file upload entry
Beta Was this translation helpful? Give feedback.
All reactions