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

Setting Cropped image to input type file? #172

Open
Diwas777 opened this issue Jan 24, 2019 · 0 comments
Open

Setting Cropped image to input type file? #172

Diwas777 opened this issue Jan 24, 2019 · 0 comments

Comments

@Diwas777
Copy link

Diwas777 commented Jan 24, 2019

Suppose I have hidden input file field like this:

<input type="hidden" id="croppedFile">

Then can i save cropped image to this hidden field on submitting the form like this

methods:{
onSubmit(){
document.getElementById('croppedFile').value=cropped image goes here..
...'
}
}

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

1 participant