vikdiesel/justboil.me

Just boil me is failing to upload image - It never finishes uploading

Opened this issue · 5 comments

@vikdiesel
I am using tiny mce 3.x. When I try to upload an image, the upload seems to start but not finish.its giving me following message

jbm

I tried waiting for 15 minutes for a few kb image file but it doesn't work at all.

i configured this plug in as per their instruction given here : Just Boil Me and i can confirm that i didn't miss anything, i changed the config file and my html for TINYMCE 3.X as per their suggestion. I also followed the just boil me issues mentioned here : GITHUB but the solutions did not help me.

There is one hint i got from inspect element -> network tab. Ater clicking on the image icon two red rows are appearing in network tab. the screenshot is attached below

jbm network

Could you please be kind to look into this and let me know what's going wrong, where should i look and whats the solution ?

I have the exact same problem . If it can not upload can they at least tell us how to add an image to Tinymce on a click ? Because i can develop the upload of image based on jbimages but how to add the image that is uploaded to Tinymce is the problem.

Hi @ritogautam your response from network tab gives idea that dialog.htm is cancelled. Can you paste the contents of your dialog.htm. Especially what is the form action. Is it correctly pointing to the upload controller. Make sure that the path matches your CI baseURL as well

@kressly to add the uploaded image to timymce, you can inset content in timyMCE this way:

https://github.com/vishwakarma09/bimpra.tk/blob/master/common/backend/js/plugins/tiny_mce/plugins/jbimages/dialog.js#L70

refer to above code and let me know if your issue solves.

Hi,

Using laravel framework, my upload doesnt push thru. Refer to the image below

Image 1 (laravel framework)
capture

I have used this plugin on a previous CI project and the uploading is fine. Refer to the image below.

Image 2 (codeigniter framework)
capture2

I basically used the same plugin setup (jbimages config/img_path, tinymce init config) for the two projects but I'm having issues when implementing it with laravel. Also, there is no error shown on the plugin (check Image 1) or on the browser console/network. Do you have any recommendation on how it can be resolved?

I've also seen another user with this issue, I tried his solution but it didnt work for me. Refer to the link below.

http://stackoverflow.duapp.com/questions/21163569/laravel-and-tinymce-image-upload-integration

Other Notes:

  • basic htaccess configuration for laravel

capture

I have the same problem, so far I can't work