This week's giveaways are in the MongoDB and Jobs Discussion forums. We're giving away four copies of Mongo DB Applied Patterns and 4 resume reviews from Five Year Itch and have the authors/reps on-line! See this thread and this one for details.
i want to transit the "file1" to "?" so that i can get the sheet's value.
choose the file: <input type="file" name="file1"> <br> please choose the sheet: <SELECT name="sheet"><% ? %>
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35220
7
posted
0
Before you can do anything with a file you need to upload it to the server. Then you can create a page that reflects the file contents. Doing both on the same page is not possible.