MvcFileUploader
MvcFileUploader copied to clipboard
Close modal after successful upload
How do I go about closing the modal popup after a successful upload
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 :)