rfazendeiro Posted March 8, 2005 Posted March 8, 2005 hi to all, i'm currently making an web aplication that uploads a directory of images to a database. That is done and now i want to stop the user to cancel the operation while it's running. My ideia is something like this Private Sub btnUpload_Click() Try put here code that will show the modal window For Each file In directory upload and insert in database Next file Close the modal window Catch ex As Exception response.write("ERROR") End Try End Sub my problem is how do i kill the modal window when the all fotos are uploaded and inserted in the database (this is, when it leaves the for)?? thx to all Quote
kahlua001 Posted March 8, 2005 Posted March 8, 2005 http://www.xtremedotnettalk.com/showthread.php?t=88791 This should get you started. Keep in mind, modal popups only work in IE. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.