glenelkins Posted January 25, 2007 Share Posted January 25, 2007 HiIs there a way to add in a Please Wait for file uploads? rather than the user watching the browser do nothing. I just want to replace the screen with an animated gif loader, when the file is done the image change to a completed image Link to comment https://forums.phpfreaks.com/topic/35640-php-uploadplease-wait/ Share on other sites More sharing options...
glenelkins Posted January 25, 2007 Author Share Posted January 25, 2007 bump Link to comment https://forums.phpfreaks.com/topic/35640-php-uploadplease-wait/#findComment-168833 Share on other sites More sharing options...
mendoz Posted January 25, 2007 Share Posted January 25, 2007 Perhaps you could insert your image before you begin the uploading process.When It's done you could print: File has been uploaded Link to comment https://forums.phpfreaks.com/topic/35640-php-uploadplease-wait/#findComment-168887 Share on other sites More sharing options...
kenrbnsn Posted January 25, 2007 Share Posted January 25, 2007 The "please wait" indicators only work with Javascript, not PHP. You could use AJAX techniques to do this.Ken Link to comment https://forums.phpfreaks.com/topic/35640-php-uploadplease-wait/#findComment-168899 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.