Re: Persits.Upload "cannot find file" error
am 17.12.2007 20:44:47 von Mike Brind".Net Sports"
news:02822663-cffd-4331-a795-246ea72bd183@i12g2000prf.google groups.com...
> I'm using Persits.upload module in ASP, and when i use the following
> form pointed to the object I've always used, i get a "The system
> cannot find the file specified" error pointing to the line of my
> upload.savevirtual :
>
> Set Upload = Server.CreateObject("Persits.Upload")
> upload.savevirtual ("test/")
>
> .
> ''''error:
> Persits.Upload.1 error '800a0005'
>
> The system cannot find the file specified.
>
> /upl/aspupload1.asp, line 5
>
Usually this is a permissions issue. Make sure that the IUSR_Machinename
account has write permissions to the upl folder.
--
Mike Brind