How to get INPUT value with this ENCTYPE="multipart/form-data"
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Guys, Are you still working on some ASP Classic codes? I am working on file upload in ASP Classic (not ASP.Net). And I am declaring my form as follows:
Problem: (when using ENCTYPE="multipart/form-data) Response.Write(Request.Form("txtSample")) '--- returns blank of course removing the "multipart/form-data" will solve the issue, but I am working on file upload and I need that. Is there a work around where I can get the value of input text after clicking the submit? Thanks
hifiger2004