ckeditor4-sdk icon indicating copy to clipboard operation
ckeditor4-sdk copied to clipboard

JavaScript error in the FileUpload SDK sample

Open wwalc opened this issue 8 years ago • 0 comments

Open this link in Chrome: http://sdk.ckeditor.com/samples/fileupload.html#uploading-dropped-and-pasted-images

Result in the error console:

simplesample.js:191 
Uncaught TypeError: Cannot read property 'length' of undefined(…)
createSampleSourceCode @ simplesample.js:191
getSampleSourceCode @ simplesample.js:171
showSampleSource @ simplesample.js:330
onLoad @ simplesample.js:374
init @ contentloaded.js:31

wwalc avatar Dec 14 '16 08:12 wwalc