Open pylenin opened 4 years ago
Describe the bug UploadImage=true keeps throwing an error
UploadImage=true
This is how I instantiate easy MDE.
var easyMDE = new EasyMDE({ autofocus: true, autorefresh: true, spellChecker: false, minHeight: '180px', uploadImage:true, });
The uploadImage option needs to be used in combination with imageUploadEndpoint for the upload functionality to work.
uploadImage
imageUploadEndpoint
Describe the bug
UploadImage=true
keeps throwing an errorThis is how I instantiate easy MDE.