Let me explain what QWaveClient does behind the scenes: When you add an image, QWaveClient will download it and compute an image with reduced size. Then it inserts an <image> tag in the blip and creates a wave document with an "a+XXXX" ID. The structure of the "a+XXXX" document resembles the structure used by WaveSandBox for attachments, i.e. it contains meta-data about the image.
BUT (as Anthony already mentioned) there is no attachment support for storing the image itself. QWaveClient encodes the reduced image to base64 and stores it inside the "a+XXXX" document. This cannot be a final solution. But for now one can at least send images in a wave. Greetings Torben 2010/2/5 Alex <[email protected]> > i wanna make probey able to add and retrive attachments, where should > i start? > is there a method in the client that does that? > > and what kind of files can the wave support? > > i know QWaveClient is able to do that, but im a java person. > > i tried entering a pdf web link to the QWaveClient attachment features > but it seem to work only on images. > and certain image link dont seem to work. for example > http://www.techlineinfo.com/wp-content/uploads/2009/12/google_wave_logo.jpg > > and currently probey is not rendering the image attachment (i use > QWaveClient to upload a image). it only show the caption. > > -- > You received this message because you are subscribed to the Google Groups > "Wave Protocol" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<wave-protocol%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/wave-protocol?hl=en. > > -- --------------------------- Prof. Torben Weis Universitaet Duisburg-Essen [email protected] -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
