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
help need for video upload progress bar
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: help need for video upload progress bar
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/
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
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
can u explain me please
thanks
Re: help need for video upload progress bar
Well, I can but will be good to tell me what problems you have with it.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
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.