pqina / filepond-plugin-file-encode

🗜 Send FilePond Files Along with Form Submit
https://pqina.nl/filepond/
MIT License
13 stars 12 forks source link

Failed to set the 'value' property on 'HTMLInputElement' #23

Open albertorsesc opened 2 years ago

albertorsesc commented 2 years ago

Environment:

When using this plugin I get the following error:

vendor.js:14173 Uncaught DOMException: Failed to set the 'value' property on 'HTMLInputElement': 
This input element accepts a filename, which may only be programmatically set to the empty string.

It doesn't seem to affect behavior since I am able to base64 encode the File object from Pond but it is a bit weird having the error pop up. I googled for hours with no solution.

I appreciate any help that you could provide in regards to this issue.

rikschennink commented 2 years ago

Please create a public test case, happy to take a look.

dlr1251 commented 2 years ago

I am having the same response. It happens on Nextjs (latest version) just when I add the plugin

Akhtar13 commented 3 months ago

I am having the same response.