
Untitled
By: a guest on
Jun 26th, 2012 | syntax:
None | size: 0.49 KB | hits: 9 | expires: Never
How to retrieve results from an external php file (file upload)
<form action="http://mydomain/upload.php" method="post" enctype="multipart/form-data" target="upload_target">
<input type="hidden" name="MAX_FILE_SIZE" value="1000000" />
Choose a file to upload: <input id="fileName" name="uploaded_file" type="file" />
<input type="submit" value="Upload"/>
<iframe id="upload_target" name="upload_target" src="#" style="width:0;height:0;border:0px solid #fff;"> </iframe>
</form>