I cannot seem to figure this one out. The system will allow JPEG uploads just fine. When I try to upload anything else, I get:
Microsoft VBScript runtime error '800a0046' Permission denied /UploadFiles/UploadAdvanced.asp, line 480
The line below with the ">>" is 480
sub deleteFile(filePath) set RG_FS = server.CreateObject("Scripting.FileSystemObject") if RG_FS.FileExists(filePath) then set FL = RG_FS.getFile(filePath) >> FL.delete end if set RG_FS = nothing end sub
The odd thing is, that the file does indeed get uploaded. It just doesn't proceed.
Thanks for any help you could offer.
Ned |
|
|