marufbd/MvcFileUploader

Close modal after successful upload

Opened this issue · 1 comments

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 :)