javascript - Tiny MCE paste big images issue -


i'm using paste plugin on tiny-mce , submit buttom send me data of images correctly on base64. story far perfect. problem becames when trying send "big" image (it doesn't work 700kb or upper images size), post recive on php empty, it's that:

content

<p><img alt="" /></p> 

when have

<p><img alt="" src="(all base64 code)"/></p> 

i think problem not size of post (i sent 18 images no problem) should tinymce configuration issue. why that?? happen else?


Comments