-
Uploading Files
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?
-
i don't think so there is nothing wrong with the code..
maybe it's because the size of the picture file.... try with a smaller size image..
-
yea i tried with a reall small file and it still doesn't work. I'll play with it some more and see if I can figure it out.
If anyone has any more suggestions, or possibly a sample asp page that works I'd be greatfull, thanx