Hi all,

I am wondering how if/how this can be done. Like the title says, I want the user be able to browse their local disk, upload a JPG, use some fun editing tools like stamps and drawing, then save the resulting image back to thier local disk.

I have found an example on a website (registration req.) of an app that does this. I have found it uses
this.XMLsendAndLoad('LOCAL')
when the save button is pushed.
I assume that this is sending the JPG to the XML and the XML calls a server-side-script?

Does anyone here have experience doing this and would not mind running me through what that XML would look like?

Is there much more to this that meets the eye?

Thank you for the help
BTW I use ASP.NET not PHP