Is it possible to move a file from one folder to another via classic ASP??
"...Men will still say THIS was our finest hour" If a tree falls in the woods and no one is there to see it, do all the other trees make fun of it?
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
Forum Rules