looking for some asp code that will enable the user to attach a file. don't want really want to use a third party object.
example: so the user fills out a form and is allowed to attach files or browse for the file and attach.
Printable View
looking for some asp code that will enable the user to attach a file. don't want really want to use a third party object.
example: so the user fills out a form and is allowed to attach files or browse for the file and attach.
hi
I assume you want to capture the posted file (to a file on the server)
I found some code on the net to do this (will post it it you really want!) but found it to be horrendously slow for medium/large files (not really viable)
for something practicle you probably need to resort to a dll (in vb) I found the following link usefull as a basis
http://www.15seconds.com/issue/pv990311.htm
cheers.
I've been looking for info on how to get the raw form data.