Re: File upload name

  •  06-28-2011, 2:14 PM

    Re: File upload name

    I'm having the same problem but it's saving the file as stated in the first email.  I was using args.CopyTo and changed to args.MoveTo .  It sometimes works OK and sometimes doesn't.  This is on a web server so I can't have a hardcoded path.  I've been using:

    Dim txtFolderName As String = "TempUploader\" & args.FileName

    args.CopyTo(txtFolderName)
     
    Hope you can help.
     
    Carolyn Obenberger
View Complete Thread