Nicedit : local upload works but don't insert

110 Views Asked by At

I'm using the last version of Nicedit with the nicUpload plugin. I customized the toolbar with the upload button, created a PHP upload script and then edit the uploadURI and the nicURI parameters in the script.

  • the image is well uploaded to my server
  • the PHP script returns a json data
  • the "loading" animation fades out but .. the image is not inserted into the TextArea.

enter image description here

Am I missing an event? Thanks for your help

1

There are 1 best solutions below

0
Paolito75 On BEST ANSWER

OK, this issue is solved... In fact the img was well inserted but with 'width="0"'.