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