Hello,

I need to upload a file to my server. Looking to GWT API the only way
to do that seems to use
FileUpload class associated with a FormPanel.

My problem is that I already know the name of the file to upload and
don't want to ask to my user
to select it on the file system.
My 1th idea was to call myFileUpload.setFileName("xxxx");  but this
method does not exist.

Is there any other solution to upload a file ?

Thx for reading.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to