This is a basic post form in PHP that loads from the client PC. What is the proper syntax to load from a directory on the server?
<form enctype="multipart/form-data" action="index.php?option=com_productionparse" method="POST">
<input type="hidden" name="MAX_FILE_SIZE" value="90000000000" /><br />
Choose a file to upload: <input name="file" size=120 type="file" /><br />
<input type="submit" value="Upload File" />
</form>