[PHP] Progressbar

2009-06-23 Thread Teun Lassche
I'm making an upload script with PHP, is there a way I can show a
progressbar while uploading?

-- 
Teun Lassche
Bill Cosby <http://www.brainyquote.com/quotes/authors/b/bill_cosby.html>  -
"A word to the wise ain't necessary - it's the stupid ones that need the
advice."


Re: [PHP] Progressbar

2009-06-24 Thread Teun Lassche
Thanks to you all guys, I'll try to get it working!

On Wed, Jun 24, 2009 at 12:24, Michael A. Peters  wrote:

> Morris wrote:
>
>> Assumed you are using form uploading, could redirect to the page itself
>> and play a Flash while uploading.
>> I think this is the simplest way other than putting in mass codes
>>
>
> I open up a small window via javascript that then uses javascript and css
> to make a progress bar.
>
> I'll share the code if anyone wants it, though it probably needs some
> tweaking as I don't think it validates. It works though.
>
>
>> M
>>
>> 2009/6/24 Michael A. Peters mailto:mpet...@mac.com>>
>>
>>
>>Teun Lassche wrote:
>>
>>I'm making an upload script with PHP, is there a way I can show a
>>progressbar while uploading?
>>
>>
>>Yes.
>>Assuming you are using php 5.2.x you can use the PECL extension
>>uploadprogress.
>>
>>http://pecl.php.net/package/uploadprogress/
>>
>>I am successfully using it with php 5.2.9 on i386 and x86_64
>>
>>--PHP General Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>
>>
>
> --
>  PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Teun Lassche
Laurence J. 
Peter<http://www.brainyquote.com/quotes/authors/l/laurence_j_peter.html>
- "If two wrongs don't make a right, try three."