mjahkoh Posted July 21, 2008 Share Posted July 21, 2008 Anybody show me how to upload with a progress bar Thanks Link to comment https://forums.phpfreaks.com/topic/115858-uploading-with-progress-bar/ Share on other sites More sharing options...
DeanWhitehouse Posted July 21, 2008 Share Posted July 21, 2008 javascript. Not php. or use show an image when they click upload. Link to comment https://forums.phpfreaks.com/topic/115858-uploading-with-progress-bar/#findComment-595625 Share on other sites More sharing options...
mjahkoh Posted July 21, 2008 Author Share Posted July 21, 2008 How in Javascript? Any links Thanks Link to comment https://forums.phpfreaks.com/topic/115858-uploading-with-progress-bar/#findComment-595631 Share on other sites More sharing options...
DeanWhitehouse Posted July 21, 2008 Share Posted July 21, 2008 http://google.com Link to comment https://forums.phpfreaks.com/topic/115858-uploading-with-progress-bar/#findComment-595636 Share on other sites More sharing options...
corbin Posted July 21, 2008 Share Posted July 21, 2008 Also, google will probably tell you this, but just to save you some time, it's not possible with PHP. (Well, I suppose it could be done with PHP, but it wouldn't be worth the trouble.) PHP scripts are not run until the entire client header is sent, meaning the PHP script isn't run until the entire upload has been uploaded. I've heard Perl can do it though. Anyway, the basic concept will be: User starts upload. Make an AJAX request to an upload status page, which will return a percentage, like 50 if it's 50% done. Format the response onto a status bar or something. Link to comment https://forums.phpfreaks.com/topic/115858-uploading-with-progress-bar/#findComment-595661 Share on other sites More sharing options...
RichardRotterdam Posted July 22, 2008 Share Posted July 22, 2008 I haven't tried this one out but as so far it seems to be the nicest one i have found and i am planning to use this one. it does however use some flash but this is probably just a minor thing http://digitarald.de/project/fancyupload/2-0/showcase/photoqueue/ Link to comment https://forums.phpfreaks.com/topic/115858-uploading-with-progress-bar/#findComment-596429 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.