finderos47 / gwtupload-DEF.LV

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

File-input textbox along with 'Browse' button not showing up #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. How to get a file-input textbox along with 'Browse' button instead of
button 'Choose a file to upload ...'. 
2. Is this functionality changed in gwtupload-0.5.8-M5?
3.

What is the expected output? What do you see instead?
A file-input textbox along with 'Browse' button 

What version of the product are you using? On what operating system?
Win Xp 
GWT 1.6

Please provide any additional information below.
Version gwtupload-0.5.8-M4 SingleUploader  had a file-input textbox along
with 'Browse' button. Please let me know what property needs to be set to
get this. I did try to set FileInputType to BROWSE but nothing happened. 

Original issue reported on code.google.com by anilso...@gmail.com on 13 Apr 2010 at 11:28

GoogleCodeExporter commented 9 years ago
Yes this is the default in the milestone version, I'm not sure whether  it 
should be 
the default behavior.

Righ now, you can change it calling this static method before create a new 
Uploader.
Uploader.setFileInputType(FileInputType.BROWSER_INPUT);

Original comment by manuel.carrasco.m on 13 Apr 2010 at 11:49

GoogleCodeExporter commented 9 years ago
Thanks! I was able to change the behavior to BROWSE_INPUT.

Original comment by anilso...@gmail.com on 13 Apr 2010 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 15 Apr 2010 at 10:48