steviez Posted January 30, 2007 Share Posted January 30, 2007 Hi,I have an upload form on my page, when the user submitys the upload i want a progress bar or gif image to apear untill the upload is complete. how can i do this in a php document.Thanks Quote Link to comment https://forums.phpfreaks.com/topic/36378-upload-help/ Share on other sites More sharing options...
Ninjakreborn Posted January 30, 2007 Share Posted January 30, 2007 Ajax.You can use output buffering, to slowly display messages on the screen, as far as the status.Well even then I don't see that working.You can use a graphic, but with straight php that won't work either.Ajax, is what you would want to get something showing what is happening, while the page loads in the backaground. Quote Link to comment https://forums.phpfreaks.com/topic/36378-upload-help/#findComment-173046 Share on other sites More sharing options...
steviez Posted January 30, 2007 Author Share Posted January 30, 2007 Any ideas on where i can find anything like that? Quote Link to comment https://forums.phpfreaks.com/topic/36378-upload-help/#findComment-173056 Share on other sites More sharing options...
Philip Posted January 30, 2007 Share Posted January 30, 2007 http://bluga.net/projects/uploadProgressMeter/I haven't actually installed it before, but it works pretty decent from what I've heard. Quote Link to comment https://forums.phpfreaks.com/topic/36378-upload-help/#findComment-173061 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.