Re: PHP file upload progress bar?
From: Chris Hope (chris_at_electrictoolbox.com)
Date: 05/18/04
- Next message: Berislav Lopac: "Re: __CLASS__ Not what expected :/"
- Previous message: Markus Ernst: "Re: PHP file upload progress bar?"
- In reply to: LRW: "PHP file upload progress bar?"
- Next in thread: LRW: "Re: PHP file upload progress bar?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Next message: Berislav Lopac: "Re: __CLASS__ Not what expected :/"
- Previous message: Markus Ernst: "Re: PHP file upload progress bar?"
- In reply to: LRW: "PHP file upload progress bar?"
- Next in thread: LRW: "Re: PHP file upload progress bar?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|