enctype="multipart/form-data"

L

Licass

it is possible to sent form input type="text" controls with the
enctype="multipart/form-data"????

the file type is ok , but the others return blank values
 
K

Kevin Spencer

It is possible, yes, but it can't be read using the typical Request
Collection methods. The data is not sent in the same way. Here is a link to
a free script you can use to do this. I've used it before, some years ago.
It requires some ASP programming expertise to use:

http://www.asp101.com/articles/jacob/scriptupload.asp

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Show me your certification without works,
and I'll show my certification
*by* my works.
 
Top