How do I post information past the ENCTYPE="multipart/form-data" attribute. eg.
<form name="form_upload" ENCTYPE="multipart/form-data" method="POST" action="test.asp">
<td><input type="file" name="UploadedFile">
<input type="Submit" Value="Submit">
How do I get test.asp to see the value for UploadedFile
PS. resquest ("UploadedFile" Does Not Work
Does any Know???
<form name="form_upload" ENCTYPE="multipart/form-data" method="POST" action="test.asp">
<td><input type="file" name="UploadedFile">
<input type="Submit" Value="Submit">
How do I get test.asp to see the value for UploadedFile
PS. resquest ("UploadedFile" Does Not Work
Does any Know???