How to Upload a file using GWT

末鹿安然 提交于 2019-12-12 03:16:04

问题


I am new to GWT.

I am trying to Upload a file. I need the data and the name of the file on the server side. the file is doc type and can be of size more then 1 MB to 5MB.

Plz suggest me How to do it. any sample code will be of great help.


回答1:


There is a really nice little libary called GwT-UPLOAD: http://code.google.com/p/gwtupload/

There is a quick start guide here: http://code.google.com/p/gwtupload/wiki/GwtUpload_GettingStarted



来源:https://stackoverflow.com/questions/9616117/how-to-upload-a-file-using-gwt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!