Hi there,
on my page I have a front page uploading feature that should allow to upload all sorts of files (basically the user should be user to choose any file type). This works for “standard” file formats like images, zip-files, PDFs and so on.
But if I try this with more exotic files (like .json or .mkv), on my route the uploading returns with an error Invalid file type: -
.
I have seen some forum posts here that have a similar issue, where such files cannot be uploaded to the panel and in this case, the options can be changed in the blueprint. But as I am dealing with a front-end upload here, I don’t know: is there some Kirby internals that prevent such an upload? And if so, can I somehow change the options for that to allow the upload of any file?
Thanks!