Re: CopyTo method fails with large files

  •  12-15-2009, 11:29 AM

    Re: CopyTo method fails with large files

    I am experimenting the following problem:
    Once I upload the file I try to copy it to another folder.
    Some times the whole upload-copy process freezes on 100%, and later on, recieve a messege indicating that the file does not exists.

    I am suposing that the file is being deleted from the temp folder before it complets the copy operation.
    So...how does the temp folder cleanup works?
     - Does it delete all the "uploaded---*****" files every an amount of time? In that case, I am exposed to that behavior randomly
     - Does it delete each "uploaded---*****" file X time after it has been created? In that case, how much time after? I would not understand why the copy operation cannot be completed before it is cleaned up.

    Could the uploader that persists the files more time in the temp folder helps?

    Thanks,

    Ariel

    Filed under:
View Complete Thread