"I would like to submit the data of a rendered image" What do you mean by "rendered"? Was the image generated via Flash or something similar? If so, then the flash applet can just submit a POST request (multipart/form-data) with the image as a string. Otherwise, you'll need to clarify exactly what you're trying to do, as it sounds like you're just trying to upload an image (which due to browser security, *cannot* be done with javascript).
On May 2, 10:55 am, Eric <[email protected]> wrote: > On May 2, 4:14 am, itsastickup <[email protected]> wrote: > > > I would like to submit the data of a rendered image from the users > > browser in a form. > > do you mean you'd like to allow users to upload images? > > -eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

