mjahkoh Posted July 21, 2008 Share Posted July 21, 2008 Anybody show me how to upload with a progress bar Thanks Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
mjahkoh Posted July 21, 2008 Author Share Posted July 21, 2008 How in Javascript? Any links Thanks Quote Link to comment Share on other sites More sharing options...
DeanWhitehouse Posted July 21, 2008 Share Posted July 21, 2008 http://google.com Quote Link to comment 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. Quote Link to comment 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/ Quote Link to comment 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.