|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
I have a form as follows:
<form action="dropboxsubmit.asp" method="post" enctype="multipart/form-data"> <input type="file" name="FILE1" size="30"> <input type="text" name="def" value="0" size="10"> etc..... and can't get my asp to recognize data in other form input boxes using Request.Form Any thoughts? Thanks |
|
#2
|
||||
|
||||
|
Can you explain your problem in a bit more detail? What are you trying to do? It looks like you might be trying to u/l a file? But you don't say anything about what you want to accomplish or where you are using request.form. More info please
![]() |
|
#3
|
|||
|
|||
|
If you remove enctype="multipart/form-data" it should work.
It's a little harder to parse multipart forms. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > File form type and Request.Form problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|