justboil.me icon indicating copy to clipboard operation
justboil.me copied to clipboard

Cannot read property 'uploadFinish' of undefined

Open joaocosta-azores opened this issue 8 years ago • 0 comments

I keep getting this error "Uncaught TypeError: Cannot read property 'uploadFinish' of undefined"

I use codeigniter and i've incorporated dialog.htm as views. The upload is done succesfully, image is uploaded to correct folder and i get "Result: file_uploaded", but image is not embed into tinymce because if this error.


               window.parent.window.jbImagesDialog.uploadFinish({
        		filename:'assets/upload/justboil.me/ca40e714dbb8ee23cc90d8cb90c6b270.png',
        		result: 'file_uploaded',
        		resultCode: 'ok'
        	});

justboilme_1 justboilme_2 It seems like it can't get jbImagesDialog object on parent.window

joaocosta-azores avatar Nov 22 '16 13:11 joaocosta-azores