In this final part of ASP Form Handling series, the author discusses such topics as handling radio buttons and check boxes. http://www.wdvl.com/Authoring/ASP/FormHandling/index4.html
Full VBS code, which lets you accept x-www-form-urlencoded forms in ASP without limit of size using BinaryRead http://www.motobit.com/tips/detpg_largepost/
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