Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Send Image in HTML form #40

Open
afilipecb opened this issue Dec 29, 2015 · 1 comment
Open

Send Image in HTML form #40

afilipecb opened this issue Dec 29, 2015 · 1 comment

Comments

@afilipecb
Copy link

Hello,

How I can send the image through an HTML form? Ie within a form, draw and send (upload) the image on the form.

Thank you.

@josemilioz
Copy link

You can transform the draw into base64 data, store it in a hidden input and send along with your form. On the server side, you can do what your want with that data: store it raw, create a new image from the data, and so on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants