Click to See Complete Forum and Search --> : Cannot upload a opened file


thtang
December 17th, 2008, 11:25 PM
I have a upload function to upload word or pdf file. It works fine. But I just found that if the file is opened, and I upload that file at the same time, the file will not be uploaded successfully.

I would like to know if there are any ways to solve it?

Thank you.

PeejAvery
December 19th, 2008, 07:38 AM
Even an opened file gives read access. There is absolutely no reason why the upload should be failing.

Can you post your upload code?