I have tried one single example for to read Excel File in my SMS
application.By using this component i got whole path at client side
but i m not getting full path at server side.i m getting only file
name.
Below is my code for client side :
fuImportContact=new FileUpload();
fuImportContact.setName("File Import");
submitButton = new Button("Submit");
submitButton.setIconCls("arrowup-icon");
submitButton.addListener(new ButtonListenerAdapter()
{
public void onClick(Button button, EventObject e)
{
fileNameUpload=fuImportContact.getFilename();
Can anyone give me solution as i have to complete this application by
day after tomorrow.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---