Re: [PHP] how to know upload progress status

2002-07-12 Thread Alberto Serra
ðÒÉ×ÅÔ! John Holmes wrote: Not possible with HTTP, as far as I know. The file is simply sent, there's no communication back and forth. ---John Holmes... That's from within a single script. But it becvomes possible if you have a page like this +---+ ! +---+ ! ! main

[PHP] how to know upload progress status

2002-07-11 Thread S.
Hello, I'm beginning to use PHP, maybe my question is very simple... Anyway, I want permit users to upload files using a form, and I would show them the upload progress status... I don't know how to extract informations about upload progress status and how to show informations to users. For

RE: [PHP] how to know upload progress status

2002-07-11 Thread John Holmes
Not possible with HTTP, as far as I know. The file is simply sent, there's no communication back and forth. ---John Holmes... -Original Message- From: S. [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 2:45 AM To: [EMAIL PROTECTED] Subject: [PHP] how to know upload