tinyMCE has a "insert image button" wich it asks URL. I want to add browse button so that user can upload image from pc. I have writed server side PHP files that will grab image and store in server. the php file will return URL of stored image on server and tiny MCE must grab URL of stored image and insert below code to the source of editing text.
<img src='http://mysite.com/url_that_php_file_returns.jpg'/>
<img src='http://mysite.com/url_that_php_file_returns.jpg'/>
可能吗?
答案 0 :(得分:-3)