Here is the code I am using:
________The form
<form action="upload_file.php" method="post" enctype="multipart/form-data">
<label for="file">Select Filename:</label> <input type="file" name="file" id="file" />
<br /><input type="submit" name="submit" value="Upload File" /> </form>
-----The...