Re: Uploading image via RPC to use in TreeItem

2010-02-11 Thread tdk
thanx for the info, I was afraid I would hear something like this (judging by the stuff I found...). But I think this will generate an enourmous overhead for my servlet code... Basically, you don't want to try and send image bytes through RPC ... avoid that and you should be fine. could you

Re: Uploading image via RPC to use in TreeItem

2010-02-11 Thread Robert J. Carr
Hi Thomas- Basically, you don't want to try and send image bytes through RPC ... avoid that and you should be fine. could you elaborate on that. please. What's the problem with doing so? Sure ... it's pretty simple. AFAIK, there is no way for a browser to deal with image bytes. As I said,

Uploading image via RPC to use in TreeItem

2010-02-08 Thread tdk
Folks'es, I have the following situation with images (and none of the discussions I found seemed appropriate): + I have a GUI that shows a tree with tree items + each tree item has an associated image, depending on its type + the tree data incl images is loaded via RPC + the servlet runs on a