Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gif transmision over network

Status
Not open for further replies.

Raywall

Programmer
Oct 1, 2003
51
RO
I have a big problem and i have to solve it in max 15 hours.
I've made a chat. Both client and server are applets. What i need to do is send a gif from client to server.I am not alowed to sign a jar archive so i must obay the security manager so I can't read the file that contains the image in order to send the bytes over the netowrk and recreate the image file on the other side.This means that i can only obtain the image like this:
Image img = getImage(getCodeBase(),"img.gif")
How can I work with this?
Please I need help as faster as possible.
 
No chance at all. You need to have access to the client disk. Simple as that.

--------------------------------------------------
Free Database Connection Pooling Software
 
I thought the same way but I wanted a confirmation from someone with more experience.
The thing is that I saw some objects(raster and so on) and I thought that I can dinamically create the image on a side(client or server) by setting it's pixels somehow(the pixels would be send over the network by the other side). But it sounds so weird that I should better not ask if something like this would really work :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top