1

How to upload image that is nested in img-element of the page (i.e. image was dynamically created with canvas2image jQuery plugin)? I have found uploadify plug-in, but don't know how to utilize it in this case. Should I create file input element with jQuery that will be used by uploadify?

1 Answer 1

1

You could send the pixel data (obtained via getImageData()) to your server via XHR and recreate the image on your server.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks for idea. Can you point out how can I achieve this in ASP.NET?
@Fdr I don't know that language/framework sorry. But it should be as simple as writing an image using pixel data.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.