[Proto-Scripty] Re: Using Ajax.Request to fetch an image

2009-12-04 Thread fma
That's what I did, using 'observe' to register the 'load' event. Not that I had to use stopObserving() to ensure that the callback was not called several times... -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this gr

Re: [Proto-Scripty] Re: Using Ajax.Request to fetch an image

2009-12-04 Thread Peter De Berdt
On 04 Dec 2009, at 10:34, fma wrote: > Ok, I see. Someone on the web proposed to encode images in base64 to > be able to fetch them using text answer. Do you think it is a good > idea? Let me rephrase what I meant (AJAX wasn't the correct term, you just need to rely on asynchronous events and

Re: [Proto-Scripty] Re: Using Ajax.Request to fetch an image

2009-12-04 Thread Alex McAuley
I can see alot of security issues with that! Alex Mcauley http://www.thevacancymarket.com - Original Message - From: "fma" To: "Prototype & script.aculo.us" Sent: Friday, December 04, 2009 9:34 AM Subject: [Proto-Scripty] Re: Using Ajax.Request to fetch an imag

[Proto-Scripty] Re: Using Ajax.Request to fetch an image

2009-12-04 Thread fma
Ok, I see. Someone on the web proposed to encode images in base64 to be able to fetch them using text answer. Do you think it is a good idea? -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to pro