Skip to content

Setting Cropped image to input type file? #172

Description

@Diwas777

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..
...'
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions