Hi everybody, I asked earlier, in another thread, how to transfer images from the server to the client through a service. I realized later that i approached the problem too complicated and I can simply use HTML for the hard work by generating an image on the server, placing it into an accessible folder and providing the URL to the client (as a String).
However, I am having some problems. Generating an image in the top folder of my Eclipse project is no problem. However it seems to not let me create it in /images/myimage.png. How can I do that? Also, I don't know how to access the image on the client. The URL '/ images/myimage.png' does not work (obviously) but I need the full URL and don't know where I get the rest. How do I obtain the full URL of resource on the server? Thanks, Ralf -- 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.
