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.
The moose likes JSP and the fly likes how to transit the parameter ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to transit the parameter ?" Watch "how to transit the parameter ?" New topic
Author

how to transit the parameter ?

Yaren Hearst
Greenhorn

Joined: Nov 17, 2006
Posts: 6
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
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.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: how to transit the parameter ?
 
Similar Threads
More problems with file uploads
Using Jar Files
Session object doubt
Cannot get filenames
cannot get the parameter?