javascript - jbimages plugin for TinyMCE not working on godaddy -


i'm using tinymce , jbimages plugin upload images directly of tinymce. works on localhost when test @ godaddy, receive following error message:

upload in progress… taking longer usual. error may have occurred. view script's output no input file specified. 

any highly appreciated!

do have proper directory permissions on server? make sure have upload directory permissions set 777 allow read/write directory

edit: try replacing action with

action=”ci/index.php?/upload/{#jbimages_dlg.lang_id}” 

notice ?


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -