i have the following code:
Client side:
var fileInput = document.getElementById(\'img-edit\'); var file = fileInput.files[0]; console.log(file) var formEle