I am experiencing following error while uploading files.
Persits.Upload.1 error '800a0005'
The system cannot find the file specified.
/forum/functions/functions_upload.asp, line 68
Line 68 Code
'Persits AspUpload upload component - tested with version 3.0
Case "AspUpload"
'Create upload object
Set objUpload = Server.CreateObject("Persits.Upload")
With objUpload
'make sure files arn't over written
.OverwriteFiles = False
.SaveVirtual strFileUploadPath 'ERROR
Can anyone help me to solve this problem please.