
Quick File Upload plugin
Insert links to uploaded files




This plugin lets ability to your WYSIWYG editor to upload file or files and insert links to them with a couple of clicks.
User can insert links to uploaded files without using any web file managers. He just chooses file from his computer and they are inserted near cursor in TinyMCE.
Features:
- Quick inserting link to uploaded image
- Multiple files upload
- Ability to change picture (download icon) near the link




Install Quick File Upload plugin in TinyMCE 6
Self-hosted TinyMCE 6
Cloud TinyMCE 6
Install the plugin to TinyMCE 6 hosted on your server
- Copy
QuickFileUpload
directory totinymce/plugins/
. - Edit TinyMCE config and add
QuickFileUpload
toplugins
parameter.
All the buttons this plugin will add to your toolbar automatically.
Example
Here you can see sample TinyMCE initialization code with config inside it:
TinyMCE.init({
selector: "#editor",
plugins: "QuickFileUpload",
});
Refer to TinyMCE add-ons installation manual for more details
Tell a friend about Quick File Upload
Share
Tweet
Send
Reviews
Be the first who will write a feedback for this plugin.