I am working on a GWT web application where users are pushing in 
updates(something like twitter). The update is text+attachment. I want user 
to type in a update, optionally Hit the upload button , which gives a pop up 
to browse to the file and then when they are done finally hit the "send 
update" button. The text+attachment will be stored in a row in mysql. The 
text as ususal varchar and the file as a blob. The file size will be small.

I am clueless on how to achieve this at the moment.  Looking at the API and 
googling I found the "FileUpload" widget being used. Docs say It is used to 
be used with a FormPanel. I am not sure if I really get the whole thing and 
how do I apply it in my case.

How can I solve my problem?  


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/MzZWV3pid3AxMXNK.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to