As described in the documentation, the editor should send images to the url specified in the configuration object.
Editor keeps uploading files to i.froala.com/upload

I'm loading froala from the CDN (packaged, minified) :
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/froala-editor/2.5.1/js/froala_editor.pkgd.min.js"></script>
Here is my configuration object:
$(function() {
$('textarea').froalaEditor({
fileUploadURL: '/news/upload',
heightMin:400,
iframe:true,
})
});
Am I doing something wrong ?
OSX 10.11.6
Chrome 57.0.2987.133
There are different options for fileUploadURL and imageUploadURL.
Dude, you're the fastest human beeing on the planet when it comes to answering stupid questions =|.
Thanks !
Most helpful comment
Dude, you're the fastest human beeing on the planet when it comes to answering stupid questions =|.
Thanks !