Search code examples
phpjavascriptpixasticimage-editing

Saving javascript edited image with php


I've been looking at this js image processing library, pixastic.com. How can I save the new image with php? Is it even possible?


Solution

  • You could try posting the image from the client to the server using JavaScript.

    This is a SO question which could help you do so.