How to Upload a file in GWT

会有一股神秘感。 提交于 2019-12-24 01:25:57

问题


I have to Upload a file which can be of type , Doc, text. The Size of the File is more the 1 MB.

I need the name , size , and the data of this file on sever side so that i can process it further.

How to do it? What libaries i use for this. Any sample code will be of great help.


回答1:


Checkout Basic File upload in GWT

Refer this also : An Example



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

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