<td>
<input type="hidden" name="MAX_FILE_SIZE" value="200000000" />
<input name="uploadedfile" id="Uploadfilename" type="file" /><br />
</td>
td>
<input type="submit" id="fileupload" value="Upload File" onclick="ValidateUpload()"/>
</td>
Yukarıdaki Mozilla ve IE için iyi çalışıyor
PHP: if(move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $target_path)) { header("Location: EHP_Configuration.html"); }