Re: [qooxdoo-devel] Suggestion about streaming of an image

2010-07-14 Thread Peter Schneider
Hi Stefan, we used to have a similar issue here and solved it by transferring the image(-data) in the RPC-response as base64 encoded... if ($includeImageInResponse === true) { // base64 encode the image and include it as data url: $base64image = base64_encode($rawImage); return ""; } else

Re: [qooxdoo-devel] Suggestion about streaming of an image

2010-07-13 Thread MartinWittemann
Hello Stefan, I am not sure if thats even possible with the plain JavaScript / HTML methods. Are you sure thats possible? Would be interesting because that sounds something which could be useful in some cases. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Sugg