| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: Aug 2005 Location: East Yorkshire, England
Posts: 2,689
![]() ![]() ![]() ![]() ![]() ![]() ![]() | File Upload Progress Bar I've started a file hosting site, and my brother suggested that it would be better with a progress bar showing how much has uploaded. Any idea how I would do this? |
| |
| | #2 (permalink) | ||||
| NamePros Regular Join Date: Jun 2006 Location: Sydney
Posts: 251
![]() ![]() |
http://encodable.com/filechucker/ (disclaimer : neither of these sites are mine!)
__________________ Site Armory, tools for your website | Webmaster SEO Forums | PHP Tutorial and coding forums | ||||
| |
| | #3 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | As the links suggest this cannot be done solely by php alone. There are some methods that have been devised using php but they are cumbersome and just do not 100% work properly (and usually need more than standard access to the server to install)
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft |
| |
| | #4 (permalink) | ||||
| Senior Member Join Date: Mar 2005
Posts: 4,948
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | +1 to http://www.raditha.com/php/progress.php
????: NamePros.com http://www.namepros.com/programming/357383-file-upload-progress-bar.html lighttpd now has some sort of file upload progress thingamajig. 'mod_uploadprogress' http://trac.lighttpd.net/trac/wiki/D...UploadProgress | ||||
| |
| | #5 (permalink) | ||||
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
__________________ Manage your portfolio using my new Domain Portfolio Management script. Securing Your Domain Name From Theft | ||||
| |
| | #6 (permalink) |
| Adsung.com Join Date: May 2006 Location: England
Posts: 1,625
![]() ![]() ![]() ![]() ![]() | http://sourceforge.net/projects/megaupload/ would be something that would allow you to do this.
__________________ Adsung |
| |
| | #8 (permalink) |
| NamePros Regular Join Date: May 2004 Location: NYC
Posts: 236
![]() ![]() ![]() | I've used MegaUpload successfully before as well, but now that I'm moving all my projects to php 5.x, I think I'll switch to the upload hooks as well. Also, for some clarification, the link posted earlier by powerspike (http://www.raditha.com/php/progress.php) is the actual homepage for the MegaUpload project mentioned by NeeJam. |
| |