CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2008
    Posts
    11

    Cannot upload a opened file

    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.

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Cannot upload a opened file

    Even an opened file gives read access. There is absolutely no reason why the upload should be failing.

    Can you post your upload code?
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured