Fileupload waiting in Wizard
Hey guys,
I used Fileupload before, and the form does good job when stopping submission before file finished uploading.
I trying it on Wizard, but the 'next' button does do the same. User can click next before upload finished.
Anyone else seen same, or hopefully have solution?
M
4 Replies
I think they leave it on the UI to let the user knows if it's finished, but I think making it required should fix the issue if it not an optional field.
It is not that. When it is in normal form, the 'Submit' button is disabled\loading when an upload happening.
When it is wizard, that doesn't happen. Submit button can still be clicked
try adding
HasWizard
to the CreateResource Page
not tested btw, just seen it now in the blogHey, thanks for the suggestion. I'm using it on slideover, so no CreateResource page.