Hi all,
I am trying to get an upload script working. The upload section works perfectly, what doesn't work is the progress meter. The reason seems to be that their is a cache in place which is preventing the file size data being written until the file is completely uploaded (kind of defeats the purpose of a progress meter). Is there a way to turn off this caching from .htaccess or otherwise?
I have tried scripts written in both perl and php with the same problem. I can use ajax to get the current size of the temp file but can't get the file size data.
Thanks for your help.
Steve