Click to See Complete Forum and Search --> : file upload progress bar


k_romych
12-01-2008, 08:50 AM
Hello
I am new to perl so it might be simple for most of you guys. I created a little website for my client with file upload/download facilities. Now client asking for a progress bar to be shown when file uploading. As I know its not possible in PHP in which the website is built (at list without some plugins for php and hosting company wouldn’t bother to install them) so I wonder how I can do it in perl. I already downloaded a few similar scripts but they all have staff i don’t need (email sending etc) and its still hard for me to find the only progress bar in it. So can any one show me how to do it.
Thanks

Sixtease
12-02-2008, 03:34 AM
I have no experience with that, but CPAN (http://search.cpan.org/search?query=upload+progress&mode=all) reveals some promising results.

chrisranjana
12-03-2008, 10:54 AM
This php file upload progress bar (http://www.raditha.com/php/progress.php) maybe the one your are looking for.