burge124 Posted April 12, 2008 Share Posted April 12, 2008 hi i have this standard file browser... <form enctype="multipart/form-data" action="" method="post"> <input type="hidden" name="MAX_FILE_SIZE" value="100000" /> Choose a question to upload: <input name="uploadedfile" type="file" /> <br /> <input name="submit" type="submit" value="Upload File" /> <label> <input name="reset1" type="reset" id="reset1" value="Reset" /> i want the file selected to be used later in the program. here is where the selection must be printed. any suggestions on how to implement it? //Open XML file $fp=fopen("test.xml","r"); Link to comment https://forums.phpfreaks.com/topic/100773-file-browser-problem/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.