help need for video upload progress bar

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mvnr_83
Forum Newbie
Posts: 3
Joined: Thu Mar 27, 2008 5:45 am

help need for video upload progress bar

Post 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
User avatar
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

Post by Christopher »

There are several solutions around for this:

http://www.google.com/search?hl=en&q=ph ... gle+Search
(#10850)
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Re: help need for video upload progress bar

Post 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/
mvnr_83
Forum Newbie
Posts: 3
Joined: Thu Mar 27, 2008 5:45 am

Re: help need for video upload progress bar

Post 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
jmut
Forum Regular
Posts: 945
Joined: Tue Jul 05, 2005 3:54 am
Location: Sofia, Bulgaria
Contact:

Re: help need for video upload progress bar

Post 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.
Post Reply