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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Split form 0
Front Page Script 1
Submit 4
Getting my from to work? 1
Adding data to MS Access from csv file 0
Upload file without user interaction - VBA 6
Automate HTML Login/Post Actions 0
Redirecting Email Forms 2

Top