Is there any plugin to integrate Amazon s3 within Tinymce editor - tinymce

I'm searching for a plugin to use within Tinymce to upload and retrieve. the images and files from amazon bucket. Can anyone suggest a best plugin to accomplish my goal

Related

TinyMCE - Upload images, media and documents to your own server

I am using TinyMCE for publishing articles in some journalistic and cultural portals.
As for the media (images, audio, video, documents), everything will have to be uploaded and managed internally, without using external links to services such as YouTube and TinyPIC, which I have no control over to ascertain the permanence of the media.
I was already using the images_upload_url option for images but I cannot find a similar option for all other media or a general option that works for all media types.
For some current sites I am using the external responsivefilemanager plugin but I was hoping that in future releases of TnyMCE an internal option similar to images_upload_url would be integrated.
Is this an option I can't find or has it not yet been integrated and responsivefilemanager still needs to be used?
I recently had the same question, turns out if you are using a paid plan for TinyMCE, you could use their TinyDrive plugin & a TinyCloud account.
This allows to upload images, files and medias, plus it better integrates with their tools (ie you have a nice UI to access uploaded files by your text editor)
It may answer your need! I give you the link to their documentation: https://www.tiny.cloud/docs/tinymce/6/tinydrive-introduction/. You have a nice example on this page, to try it :
Click on the Upload icon and upload your video
Click on Insert > Media > General
Click on the Upload icon and here is your video that you can add to your text content
Have a great day,

Plone: TinyMCE upload files

I'm trying to find a solution for files uploading directly with TinyMCE. Imagine creating a list of pdf files by uploading them using a custom button.
Is there something already done I can use? collective.clipboardupload seems to be a solution only for images.
collective.quickupload serves us well for such purposes and has a very good UI.
You can add that gadget as a portlet and make it only visible in edit-mode via CSS.
In our case we assigned the portlet to a certain content-type ('Gallery') instead to a location.
MoxieManager may be what you're looking for. It's a premium plugin made by the same developers as TinyMCE itself.
https://www.tinymce.com/docs/enterprise/manage-files-and-images/
Try to use reponsive file manager :
http://www.responsivefilemanager.com/

Tinymce Moxiemanager integration with dreamobjects cloud storage in php laravel

I am using dreamobjects cloud storage for storing my user files. I am trying to use tinymce with moxiemanager plugin in frontend for forming messages which can contain images or documents present in the users files. I am capable of uploading files directly to the storage but my problem is how to integrate it with moxiemanager so that users can include one of their already uploaded files or even upload a new file directly from there.
I just want to know how to intercept the upload of files while using moxiemanager so that I can upload them using my code to dreamobjects and make some database entries. Basically, my problem is interception and then getting the file to reach my PHP helper/model code.

Online storage of content created using TinyMCE

We are looking into a means of saving files created using TinyMCE in an Online storage. Does anyone know what are the best options for this. Is it possible to integrate with Google Docs or the iCloud? Not looking for a detailed explanation on how to do it, just any URLs for tutorials on this would be great.

Upload images with tinyMce

I have this plugin advImage which I use in tinyMce. I want the user to be able to upload images from his own computer. However, the plugin only allows images which are on the server to be uploaded. How can I change this? If I choose an image from my desktop for uploading, the path is Content/documents/editorImages/myImage.jpg. How to change this?
This might be what you are looking for. Give it a try.
There exists a plugin named MCImageManager from the developers of tinymce, but this is not free.