On 19 mar, 14:39, Bhaumik <[email protected]> wrote:
> 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
Note that not all browser will give you a full path (Opera will, but
it'll be a *fake* one; and HTML5 dictates an Opera-like behavior, so
expect more and more browser to *not* give you a full path in the near
future)
> but i m not getting full path at server side.i m getting only file
> name.
Why do you need the full path of the uploaded file on the server side?
> Below is my code for client side :
> fuImportContact=new FileUpload();
> fuImportContact.setName("File Import");
You shouldn't use a space in an input name (see the HTML spec). It
works on most browsers but it's just not good practice.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---