aspose file tools
The moose likes Distributed Java and the fly likes  image??? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark " image???" Watch " image???" New topic
Author

image???

supratim chaudhury
Greenhorn

Joined: Mar 27, 2006
Posts: 6
one can send a text file by reading its contents in a string object,
sending it to a client machine,then using the string to create a text file in the clent.

But can anyone tell that how can one send an image or image file from client to a server
supratim chaudhury
Greenhorn

Joined: Mar 27, 2006
Posts: 6
just correcting the question above?
how to send an image or image file from server to client???
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12269
    
    1
As far as basic transmission between two programs is concerned, any file can be treated as a byte[] - no need to handle text or images any differently.
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: image???
 
Similar Threads
Image to String to Image in a email
Is there a solution?
How to get Image from request
Combining Binary and Character data
send audio and text via one http connection?