MvcFileUploader icon indicating copy to clipboard operation
MvcFileUploader copied to clipboard

Close modal after successful upload

Open Anton-Interon opened this issue 10 years ago • 1 comments

How do I go about closing the modal popup after a successful upload

Anton-Interon avatar Jun 24 '15 22:06 Anton-Interon

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

dirkjanboeren avatar Mar 13 '18 09:03 dirkjanboeren