Skip to content

Setting Cropped image to input type file? #172

@Diwas777

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

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