Sunday, 18 August 2013

How to get path chooser dialog box to save file using GWT

How to get path chooser dialog box to save file using GWT

I'm developing an application in which I want to create an 'MS-EXCEL' file
and for that I want the name for the file to be given by user and later on
I want to provide an option to the user to save at the path where he
wants.
Currently I am hard coding the path in program. I can't use swing I want
to implement this in GWT.

No comments:

Post a Comment