wowcrofty Posted September 11, 2010 Share Posted September 11, 2010 I am looking for someone that would be willing to provide the code for a message box that will popup after a PHP file upload completes. It will simply display a message stating that the upload is complete. Thank you in advance for your assistance. Quote Link to comment https://forums.phpfreaks.com/topic/213143-php-message-box-popup/ Share on other sites More sharing options...
s0c0 Posted September 11, 2010 Share Posted September 11, 2010 I am looking for someone that would be willing to provide the code for a message box that will popup after a PHP file upload completes. It will simply display a message stating that the upload is complete. Thank you in advance for your assistance. On complete just echo out the following: echo '<script type="text/javascript">alert("Upload Completed!")</script>'; That will need to be echoed out somewhere in the DOM (between your body tags). Its a very ugly solution, but will work. Quote Link to comment https://forums.phpfreaks.com/topic/213143-php-message-box-popup/#findComment-1109936 Share on other sites More sharing options...
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.