Close modal after successful upload
Opened this issue · 1 comments
qz2rg4 commented
How do I go about closing the modal popup after a successful upload
dirkjanboeren commented
The following command will open the dialog if closed, or close it when opened:
$('#dlgFileUpload').modal('toggle');
Replace the #ID if you're using another. Edit: oops probably not helpful after more than 2 years :)