Page 1 of 1
help need for video upload progress bar
Posted: Thu Mar 27, 2008 5:47 am
by mvnr_83
hi all,
i am new to uploading video files in php
i want to show the end user a progress bar while he uploading any video file of 100mb.
can any one please help me by providing sorce code for progress bar
i found some codes in perl.but i need code in php and that must work in local machine too
thanks in advance
Re: help need for video upload progress bar
Posted: Thu Mar 27, 2008 11:14 am
by Christopher
Re: help need for video upload progress bar
Posted: Thu Mar 27, 2008 4:44 pm
by jmut
I use this one.
Yes there is one part in perl..but not a problem..basically you controll all over php
http://uber-uploader.sourceforge.net/
Re: help need for video upload progress bar
Posted: Thu Mar 27, 2008 11:50 pm
by mvnr_83
actually i don't hav any idea about perl. i use the script from uber--..., but i am unable to install it in my local system.
can u explain me please
thanks
Re: help need for video upload progress bar
Posted: Fri Mar 28, 2008 11:07 am
by jmut
mvnr_83 wrote:actually i don't hav any idea about perl. i use the script from uber--..., but i am unable to install it in my local system.
can u explain me please
thanks
Well, I can but will be good to tell me what problems you have with it.
I guess the trickiest part is that after you put script in cgi-bin
you need to adjust vhost to
ScriptAlias /cgi-bin/ /full_path_to_perl_script/cgi-bin/
Some permissions here and there so it is able to upload and that's it.