Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 306166

Summary: [Upload] Provide possibility to hide the text field
Product: [RT] RAP Reporter: Bogdan B. <bbarzu>
Component: IncubatorAssignee: Project Inbox <rap.incubator-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3 CC: bbarzu, stefan.roeck
Version: 1.3   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Bogdan B. CLA 2010-03-17 06:47:44 EDT
Build Identifier: RAP 1.3M5

The Upload widget from the sandbox has a flag for hiding the "Upload" button, but none for hiding the text field containing the file path.

I just need the "Browse" button (actually I rename it to "Import...") that opens the file choosing dialog and I need to be notified when the dialog closes and the path was changed (probably Upload.addModifyListener ?)

Could you please provide this possibility?

Reproducible: Always
Comment 1 Ralf Sternberg CLA 2011-10-10 18:04:15 EDT
The upload widget is obsolete and will be removed in the future. Use the new FileUpload widget or the FileDialog implementation from the incubator instead.

The new FileUpload widget is only a button, it not coupled to a text field anymore.