Is it possible to move a file from one folder to another via classic ASP??
Printable View
Is it possible to move a file from one folder to another via classic ASP??
ASP Code is run server side so if permissions are correct you can move files around on the server. You won't be able to move files client side.
okay that is great. Is there an example somewhere of moving files?
The permissions would be set in IIS correct?
Here is a bare bones example
http://www.w3schools.com/ASP/met_movefile.asp