ahzulfi Posted December 24, 2007 Share Posted December 24, 2007 Hello, please tell me how to create an UPLOAD PROGRESS SCRIPT, i just know how to creat upload file script but now most of the users want an upload feedback otherwise they get frustratedon getting no results , therefore please help me how to make an UPLOAD PROGRESS BAR file script. thanks Quote Link to comment https://forums.phpfreaks.com/topic/83060-solved-upload-progress-bar/ Share on other sites More sharing options...
shocker-z Posted December 24, 2007 Share Posted December 24, 2007 need to look at AJAX as php only knows the size of the file once uploaded as it's serverside.. however AJAX uses javascript and you can find the filesize off the client PC and then work out the progress made. http://www.devpro.it/upload_progress/ Just google it (not tested above just first thing off google.) Regards Liam) Quote Link to comment https://forums.phpfreaks.com/topic/83060-solved-upload-progress-bar/#findComment-422499 Share on other sites More sharing options...
revraz Posted December 24, 2007 Share Posted December 24, 2007 Use the Search feature of the forums and you'll find posts that lead you to use Java. Quote Link to comment https://forums.phpfreaks.com/topic/83060-solved-upload-progress-bar/#findComment-422500 Share on other sites More sharing options...
corbin Posted December 24, 2007 Share Posted December 24, 2007 Edit: bleh people beat me to it, but here it is anyway. God the caps are annoying. I don't think it's possible with PHP alone. http://www.raditha.com:443/php/progress.php http://tomas.epineer.se/archives/3 Google is your friend. http://www.google.com/search?hl=en&q=php+upload+progress+bar Quote Link to comment https://forums.phpfreaks.com/topic/83060-solved-upload-progress-bar/#findComment-422502 Share on other sites More sharing options...
ahzulfi Posted December 25, 2007 Author Share Posted December 25, 2007 Thank You all of you i got my script thanx Quote Link to comment https://forums.phpfreaks.com/topic/83060-solved-upload-progress-bar/#findComment-422794 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.