I don't think you can access files in this manner. If it would be possible it 
would mean you can access any file on server(no security). 

What you have to do is to store the file anywhere and generate some sort of ID 
for it. Then you need to implement HTTP GET request by servlet. Servlet will 
need to map ID to file location and write file to response (and set some things 
like content type).

Iam sure there are other ways (REST,...).
Piro

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/hldf-fpDy98J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to