[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[ews.eclipse.technology.rap] FileUpload

Probably noob questions, but I have to ask: 1. How do provide a file upload using/within the confines of RAP? Google shows me that org.eclipse.rwt.widgets has a utility to do this. But all I see is ExternalBrower in org.eclipse.rwt.widgets. am I missing something?

2. I have a table with an invoice number or some such. when clicked, I would like to show a JPG or some such. the jpg or png has already been generated. How do I show the image? What classes do I use?

3. Kind of related to #3. If I want to show a PDF, do I need to use the org.eclipse.rwt.widgets.ExternalBrowser? Or can I just add a new tabbed pane to an existing viewer?

Any help greatly appreciated.