File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSP and the fly likes form containing different data typrs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "form containing different data typrs" Watch "form containing different data typrs" New topic
Author

form containing different data typrs

farhath farook
Ranch Hand

Joined: Aug 01, 2007
Posts: 37
hi
i have a scenario where i have to add also a file with the normal for that contain text information( text boxes, text area ) . but as i searched i didn't find where we can pass and get thise tow with in a same single for.
do any of you know is there any mechanism to do these to together .

thanks in advance..
Archana Saste
Greenhorn

Joined: Sep 12, 2008
Posts: 3
Download uploadbean1.9 zip file.Extract it and copy uploadbean1.9 folder to webapps.
this folder contain several examples for file uploading.
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Originally posted by Archana:
Download uploadbean1.9 zip file.Extract it and copy uploadbean1.9 folder to webapps.
this folder contain several examples for file uploading.


I would rather recommend the more commonly used API Apache Commons FileUpload for that.


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56204
    
  13

"Archana", you have previously been warned on multiple occasions regarding adjusting your display name to meet JavaRanch standards. This is not optional, and this is your final warning. Adjust your display name to comply with the required standards prior to your next post.

Your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Failure to comply will result in the removal of your account.

bear
JavaRanch Sheriff


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: form containing different data typrs
 
Similar Threads
Problems with form validation
Conditional 'where' condition
reading image in a document
Passing value from JSP to Cewolf Dataproducer Java File
Guide me please