I check the fileupload widget, but it show only the filename correctly not full path. it show c:/fakepath/filename. I need to read and wirte a file in a local directory. Send me a sample code if you have.
On Dec 28, 8:43 pm, Ben Imp <[email protected]> wrote: > You would be looking for the FileUpload widget, which just wraps a > html file input element. > > -Ben > > On Dec 28, 2:15 am, jc <[email protected]> wrote: > > > Hi, > > i am new to GWT, but i know java. I am using GWT in Eclipse. for > > selecting a file in local directory in java, we use JFileChooser. > > but i don't know to select a file in a local directory in GWT. can any > > one help please. -- 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.
