I guess by simple in C# you mean an standalone application & not web based.
GWT runs in browser you can't read a file system, what you can you is upload the image to server and then return it back to your GWT application to be displayed, this is how it works in GWT or any web based application. I guess I got you correctly ? - Abdullah On Wed, Jan 13, 2010 at 3:45 PM, Juan M.M.M. <[email protected]> wrote: > Basically, this is the question. What I want to do is simple in C# but > too difficult with JAVA and GWT, I don't know why. > > First I declare a Panel, after this declare de vertical panel wich > will contain the FileUpload. What I want to do is browse an image of > my local system and when I click on the submit button load this image > in a image object displayed in the interface. It is only a proof but I > need to learn how to do this. > > Thanks > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > > >--
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.
