Hi Jim,
I tested your code with Sarari, it does not work
Please ref the code below and test again
- Private Sub Uploader1_FileUploaded(ByVal sender As Object, ByVal args As UploaderEventArgs)
- Session("DMfilename") = args.FileName
- Session("DMdest") = AppDomain.CurrentDomain.BaseDirectory & "Users\DMFiles\" & Session("DMfilename")
- args.CopyTo(Session("DMdest"))
- args.Delete()
- End Sub
This method removes Handles Uploader1.FileUploaded and corrects the CopyTo Path Session("DMdest")
Regards,
Jeff