sh0wtym3 Posted January 8, 2009 Share Posted January 8, 2009 I have a php script that allows a user to upload a file, and once done the script displays a success message. However some files can be quite large (up to 50MB), so the upload process may take a bit. I was wondering if there was someway to echo an image ("please wait" image), only while the php is processing the uploading file in the background. Link to comment https://forums.phpfreaks.com/topic/140014-solved-loading-please-wait/ Share on other sites More sharing options...
dennismonsewicz Posted January 8, 2009 Share Posted January 8, 2009 I would look into uploading files using AJAX and PHP or something like that. www.ajaxrain.com is a good site Link to comment https://forums.phpfreaks.com/topic/140014-solved-loading-please-wait/#findComment-732533 Share on other sites More sharing options...
Brian W Posted January 8, 2009 Share Posted January 8, 2009 AJAX Added: Check out http://www.ajaxload.info/ Awesome resource for loading graphics. Link to comment https://forums.phpfreaks.com/topic/140014-solved-loading-please-wait/#findComment-732539 Share on other sites More sharing options...
sh0wtym3 Posted January 8, 2009 Author Share Posted January 8, 2009 I love it, not too familiar with AJAX but it looks like exactly what I'm looking for. Time to start learning something new. Thanks guys. Link to comment https://forums.phpfreaks.com/topic/140014-solved-loading-please-wait/#findComment-732548 Share on other sites More sharing options...
premiso Posted January 8, 2009 Share Posted January 8, 2009 I love it, not too familiar with AJAX but it looks like exactly what I'm looking for. Time to start learning something new. Thanks guys. I would learn AJAX with jQuery, that framework makes AJAX so much easier and pain free! Link to comment https://forums.phpfreaks.com/topic/140014-solved-loading-please-wait/#findComment-732553 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.