Omar F. Rodriguez wrote:
ok, sorry again, this is what i am trying to do,
please keep on the mailing list.
first i want that my users, using a browser, type some info, and upload two images that i need to store in a oracle database.
OK, that's a pretty common situation.
then, i must show to the user the info that he or she entered in the previous screen, and the two images that have to be saved in the DB,
That's also pretty common. But why show them in a PDF file? I'd show them the images in an HTML file.
i do this because the people that i work for, asked it in that way, is not something that occured to me,
I never do what people ask me unless I know why they want me to do it that way.
It's the only attitude if you don't want to get into trouble. Because if you do something without understanding why, you risk doing it completely wrong.
the user has to see the info and the two images as a final confirmation, if everything is alright , the two images are the correct ones to be uploades, the press a button and then all the information is saved in the DB.
Where will they press the button? In a PDF file? So you are going to generate an AcroForm on the fly?
when i say "'generating PDF in the browser" i mean, i take all the info from the previous screen, including the images, and i must show it to the user
In PDF I assume.
, i am making a web application, am i not using an applet,
OK.
just a HTML form to get the info and the images, i make the upload using Struts,
And the PDF file? You aren't using JSP are you? Because that's asking for problems. http://itextdocs.lowagie.com/tutorial/general/webapp/#JSP br, Bruno ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
