Does anyone know how to upload files using ASPUpload?
For test purposes i am using the following simple code:

Set Upload = Server.CreateObject("Persits.Upload.1")

Upload.SaveVirtual("/UploadedFiles")

It apears that it uploads the file, but it's not on the server anywhere!
I tried a txt file and got no errors, but when i upload a picture it takes sometime(as if uploading) then I get a 'Cannot Find Server' Error.

Can anyone Help me?