How can I ensure that a file is transferred in ascii mode using the following:
<form enctype="multipart/form-data" method="post" action="do_upload.php">

<p><strong>File to Upload:</strong><br>
<input type="file" name="img1" size="30"></p>
emplresults.txt<input type="radio" name="file_type" value="emplresults">&nbsp;
applresults.txt<input type="radio" name="file_type" value="applresults">
<P><input type="submit" name="submit" value="Upload File"></p>

</form>

I think it may be how you specify the enctype?

- Shane

Reply via email to