Re: [PHP] Progressbar

2009-06-24 Thread Paul M Foster
On Wed, Jun 24, 2009 at 10:24:21AM -0400, tedd wrote: > At 7:55 AM +0200 6/24/09, Teun Lassche wrote: >> I'm making an upload script with PHP, is there a way I can show a >> progressbar while uploading? >> >> -- >> Teun Lassche > > It's not a progress bar, but it's a heck of a lot simpler: > > htt

Re: [PHP] Progressbar

2009-06-24 Thread tedd
At 7:55 AM +0200 6/24/09, Teun Lassche wrote: I'm making an upload script with PHP, is there a way I can show a progressbar while uploading? -- Teun Lassche It's not a progress bar, but it's a heck of a lot simpler: http://webbytedd.com/bb/wait/ The biggest problem in uploading a file is fig

Re: [PHP] Progressbar

2009-06-24 Thread Michael A. Peters
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

Re: [PHP] Progressbar

2009-06-24 Thread kranthi
you can give this a try http://www.uploadify.com/ a jquery plugin.

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

Re: [PHP] Progressbar

2009-06-24 Thread Michael A. Peters
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

Re: [PHP] Progressbar

2009-06-24 Thread Michael A. Peters
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 i

Re: [PHP] Progressbar

2009-06-24 Thread Nitsan Bin-Nun
iki/OpenOffice.org > http://www.gnu.org/philosophy/no-word-attachments.html > > > --- On Wed, 24/6/09, Teun Lassche wrote: > > > From: Teun Lassche > > Subject: [PHP] Progressbar > > To: php-general@lists.php.net > > Received: Wednesday, 24 June

Re: [PHP] Progressbar

2009-06-23 Thread Tom Sparks
-attachments.html --- On Wed, 24/6/09, Teun Lassche wrote: > From: Teun Lassche > Subject: [PHP] Progressbar > To: php-general@lists.php.net > Received: Wednesday, 24 June, 2009, 3:55 PM > I'm making an upload script with PHP, > is there a way I can show a > p

[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 - "A word to the wise ain't necessary - it's the stupid ones that need the advice."