Re: read remote binary file

2010-04-02 Thread alessandro
thanks for the help, I need the file to put on a google maps some
overlay

On 25 Mar, 20:23, Thad thad.humphr...@gmail.com wrote:
 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 gopavelned...@gmail.com 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 google-web-tool...@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.



read remote binary file

2010-03-25 Thread alessandro
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 google-web-tool...@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.



Re: read remote binary file

2010-03-25 Thread Thad
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 gopavelned...@gmail.com 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 google-web-tool...@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.