javascript - TinyMCE Image Upload API not showing image picker icon -


we followed instructions on tutorial reason, upload button (the search folder icon next image url) on image dialog not show:

http://www.tinymce.com/wiki.php/handling_asynchronous_image_uploads

we've tried images_upload_url option options, upload icon never shows:

tinymce.init({     ...     images_upload_url: "postacceptor.php",     images_upload_base_path: "/some/basepath", //optional     images_upload_credentials: true //optional }); 

the articles suggest need specify images_upload_url , tinymce allow image uploads.

we running 4.2.5. feature available since 4.2.0. i've confirmed tinymce parent company (ephox) image upload feature community version feature. has gotten work?

it not supposed show image picker icon. uploads images files paste editor.

if want file picker should use file_picker_callback.

if want file picker icon need insert image toolbar.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -