The author writes ASP has the ability to write .html or any other text based documents directly to a web server http://www.codeave.com/asp/code.asp?u_log=89
his article shows a simple way to upload files from client to server using VBS, IE and ADODB as multipart/form-data document. http://www.motobit.com/tips/detpg_uploadvbsie/
This tutorial explains opening, reading and creating files using example codes. Up to 6 examples are used. http://www.asptutorial.info/learn/OpenReadCreate-files.asp
Step-by-step tutorial on how to upload files (images, etc) from the client browser to the server hard disk using plain ASP pages. http://stardeveloper.com/articles/display.html?article=2001042501&page...
This tutorial will show you how use the File Scripting Object to both write to and append to a text file. http://nuts4asp.com/tutorials/WriteFile/index.asp
This tutorial helps you understand: Microsoft provides one DLL, scrrun.dll, for both IIS Web server side scripting and IE Web browser client side . http://www.herongyang.com/asp/scrrun.html
If you want to copy some foldes to another folder, first create a File System Object. http://www.dotnetindex.com/articles/57_Copying_Folders__using_File_Sys...