I am implementing Kendo Editor with image and file browser capabilities.
I have followed the example in demos, and have run into a problem.
Image browser works fine when I use gif or jpeg files, but if I try to use a bmp file, I get a 403 error.
For file browser, I am unable to get a simple xls file to upload without a 403 error.
I know the code is working, as I can upload gif and xls files. Is there another configuration change or other piece of code that is not included in the Demo that needs to be added for me to change the file types accepted by the browser?
I tried the following:
.FileTypes(".bmp,.jpg,.jpeg,.gif,.png")
While that does restrict what the user can attempt, it doesn't allow me to use the file types I need.
I have followed the example in demos, and have run into a problem.
Image browser works fine when I use gif or jpeg files, but if I try to use a bmp file, I get a 403 error.
For file browser, I am unable to get a simple xls file to upload without a 403 error.
I know the code is working, as I can upload gif and xls files. Is there another configuration change or other piece of code that is not included in the Demo that needs to be added for me to change the file types accepted by the browser?
I tried the following:
.FileTypes(".bmp,.jpg,.jpeg,.gif,.png")
While that does restrict what the user can attempt, it doesn't allow me to use the file types I need.