I have an ASP page with an input field of type file. I want users to be able to browse their computers and for the file they select to be copied to the server. Can this be done with the FileSystemObject?
The script I have attempted to use is as follows:
dim objFile
set objFile =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.