[thelist] ENCTYPE="multipart/form-data" and additional information

Rob Smith rob.smith at THERMON.com
Thu Mar 10 13:00:34 CST 2005


Hi,

In all the examples I've seen so far with forms that submit files to a
computer via method="POST" and ENCTYPE="multipart/form-data", I have yet to
see an example that transfers additional information along with that file
name.

Can it be done? how?

ex:

<form name="test" method="POST" ENCTYPE="multipart/form-data"
action="progress_bar.asp">
	<select name="folderID">
		<option value="1">1</option>
		<option value="2">2</option>
		<option value="3">3</option>
	</select>
	<input type="file" name="uploadfile">	
</form>

No matter what I try request.form("folderID") is empty.

Rob Smith


More information about the thelist mailing list