Relative Content

Tag Archive for javascriptreactjsinputfile-uploadreact-hook-form

Empty FileList after submitting form with image file attached

I have an input type=”file” in a form, which when submitted, should return an object with image:FileList with the actual image file submitted, but somehow the file just isn’t showing. No ERROR was logged. Everything seems working fine but the file just won’t show up…