I’m working on a php project and am needing a progress bar to display the progress of a file upload.
Now this is probably a dumb question, but everywhere I read they say this can’t be done with php/javascript, but i’m wondering couldn’t i monitor the size of the temp folder where the file is being uploaded and use ajax to constantly update the size of the temp folder?
I don’t want the user to have to install any other php modules, ie. pear… etc.
Anyone know of a simple way of doing this? I can create my own progress bar design, I just don’t know how to hook on to the uploading file.
Thanks for any help,
Weird