You must read the file on the server side, in an RPC method or in a servlet. Then form up what you find there in a fashion that your software or the browser will understand--a serializable object in the case of an RPC method, a mime type in the case of a servlet--and return it to your client.
What do you expect to do with the binary file on the client side if you had it there? On Mar 25, 6:56 am, alessandro <[email protected]> wrote: > hi all, > > I need to read a binary file located on a remote server > I also see that I can't use HttpURLRequest java class > how can I do? -- 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.
