Jump to content

file browser problem


burge124

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.