I have a question and an issue with FilePond.
I am currently using FilePond in combination with Doka and want to load an initial image, i added the image via. files: [] with an url to my server where the file is located at.
The file load works, except for one thing:
I am using file type validation and if i am loading the initial file using an url the file type will always be text/html, this results in not loading the image and i am not able to change it using doka.
If i add text/html to the file type validation i am not able to use the image preview.
Does someone know if there is a workaround for this?