How to save the images created using ajax call

Kumar Saurav wrote:

I am using Ajax call with form_remote_tag through which image is generated now i have to put a save button through where i have to save the generated image in my "images/public" folder .

Where is the image generated? In the server? If it's already there, just keep its filename in your database, and find this and move it at Submit time, right?

Otherwise, ask the question with more details!