Hi,
I'm trying to build an upload form that incorporates an upload progress status bar. I would like to do it using as much PHP as possible, using the basic idea of:
Perl handles the client to server file transfer and stores the file temporarily in a directory.
During the upload, PHP monitors the temporary directory and feeds back to the browser via JavaScript.
PHP handles the final once the upload is completed.
I have found several upload progress scripts but many of them have additional requirements, such as a PHP extension, or use too much Perl and aren't customisable.
If anyone can offer some help with this, I would really appreciate it.
Thanks
I'm trying to build an upload form that incorporates an upload progress status bar. I would like to do it using as much PHP as possible, using the basic idea of:
Perl handles the client to server file transfer and stores the file temporarily in a directory.
During the upload, PHP monitors the temporary directory and feeds back to the browser via JavaScript.
PHP handles the final once the upload is completed.
I have found several upload progress scripts but many of them have additional requirements, such as a PHP extension, or use too much Perl and aren't customisable.
If anyone can offer some help with this, I would really appreciate it.
Thanks