Wednesday, May 30, 2007

Send Image Edited Locally, But Not Using FileUpload

I am thinking of sending the image's byte array into
a web service interface that will save it to the database.

I needed to do this because, the image editor plugin in this
case allows only reading the edited image data through JavaScript
and we have to avoid the use of tag "input type=file" process.