Re: [protobuf] Sending an Image file using google protobuff

2018-03-22 Thread Abhijit Balaji
Even I am trying to do the same. Could you please elaborate? -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to protobuf+unsubscr...@googlegroups.com. To post t

Re: [protobuf] Sending an Image file using google protobuff

2013-02-18 Thread Eric Muyser
Files are just ByteArray's over the wire. On Mon, Feb 18, 2013 at 7:32 PM, Feng Xiao wrote: > > > On Sat, Feb 16, 2013 at 1:03 PM, Roohi Syeda wrote: > >> Hi all, >> >> I am very new to Google protobuff. I want to upload an image from client >> to the server.I understand that structured message

Re: [protobuf] Sending an Image file using google protobuff

2013-02-18 Thread Feng Xiao
On Sat, Feb 16, 2013 at 1:03 PM, Roohi Syeda wrote: > Hi all, > > I am very new to Google protobuff. I want to upload an image from client > to the server.I understand that structured messages can be send over the > network. But how can I send attachments through protobuff. > It's simply a bytes