Re: PHP file upload progress bar?

From: Chris Hope (chris_at_electrictoolbox.com)
Date: 05/18/04


Date: Tue, 18 May 2004 21:22:43 +1200

LRW wrote:

> We're using PHP 4.3.6 on a RedHat 2.1AS server.
> Is there something (free) out there that does file upload progress
> bars?
> I found this thread:
>
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=012b01c25829%2439a60440%248102a8c0%40000347D72515&rnum=1&prev=/groups%3Fq%3Dphp%2Bfile%2Bupload%2Bgraph%26hl%3Den%26lr%3D%26ie%3DUTF-8%26start%3D0%26sa%3DN
> but it's a couple of years old and didn't really have any answers.
> I figured in a couple of years time SOMETHING good and easy has been
> developed. =) Yes?
>
> Any suggestions, I'd appreciate it!
> Thanks
> Liam

As far as I am aware you're not going to be able to do this with PHP as the
actual upload is handled by the web server, and control is not passed to
PHP until the upload has completed. I could be wrong. If so, someone please
correct me!

-- 
Chris Hope
The Electric Toolbox - http://www.electrictoolbox.com/


Relevant Pages

  • Re: [PHP] Re: File Upload - post_max_size and upload_max_filesize in GBs
    ... When you hit the upload button the browser makes a connection to the server and the PHP engine gets invoked to handle the request. ...
    (php.general)
  • Re: file upload problem
    ... I am trying to learn about uploading files with php. ... I made a simple form script and and file up load script. ... The form script gets the file name correctly and seems to pass it to the upload script correctly. ... if I echo ini_getI see ...
    (comp.lang.php)
  • Re: file upload problem
    ... I am trying to learn about uploading files with php. ... I made a simple form script and and file up load script. ... The form script gets the file name correctly and seems to pass it to the upload script correctly. ... if I echo ini_getI see ...
    (comp.lang.php)
  • Re: Cannot find page- cgiemail
    ... This depends on your host server supporting PHP files ... index files folder which has all of the other files in it. ... i have even used my host's file builder to upload each file seperately ... where do i find out what extension my mailer has? ...
    (microsoft.public.publisher.webdesign)
  • Re: file creation: ownership
    ... >> I am hosting a blog on which I can upload pictures. ... first an applet uploads the picture by ftp and then a php ... finds the newly uploaded images and creates thumbnails with gd. ...
    (comp.lang.php)