Add mp4 video to jodit rich text editor - reactjs

I want a insert/upload a mp4 file in jodit rich text editor. The video icon seems to allow only url /embedded code option but I don’t find a way which will give either this from locally saved mp4 video .

Related

Rich Text Editor with file upload in SPFX/React WebPart

I am looking for some package with Rich Text Editor which has file upload for files (not images) and user can basically upload to Rich Text Editor files and description.
I tried to find something similar, but I was unsuccesful.
Do you have any suggestions ?

How can I open mp4 or other video files by native way on react native

I am developing a function that when clicking an mp4 video, I should open it in a native way, just like clicking mp4 file on file browser. I do know that there are a lot of dependencies that allow me play videos inside react native, I just consider that playing video in native way provides more options for users and lesser bugs whenever save or share it. So, do you guys have any ideas that allow open the video file in a native way? Very thanks!
You need to implement react-native-video for online streaming and if you have downloaded file then you can just use Linking by react-native
I have found a way that by using react-native-viewer can open the mp4 file natively

Codename One - Share a video from a CN1 app to another app

How can I share a video recorded with Codename One with the native OS sharing support? The ShareButton supports only text and images.
yo can use Display.getInstance().share(String text, String path, String type), where text is the string to share in your case video file, path is file path to your video file, type is type of the video(i.e mimetype).

use a file-upload in a wysiwyg editor

I'm looking for a wysiwyg editor that can use the ng-file-upload module. Is there someone who can give some feed-back about a such use ?
Or any other angularjs text editor that can be customized to define a file upload management.
thanks
Edit: I would need a crop image tool for upload

Create thumbnail after upload of any file extension

I want to upload a file with any extensions and then from that extension I need to create the thumbnail image for that particular image.
For example, if I upload .pdf file then the thumbnail image should be 'pdf.jpg', so as if .docx file then should be 'word.jpg' and if .zip file then name should be 'zip.jpg'.
I have tried to do this but no luck, file is uploaded but thumbnails is not.
Is there any codes which can do this, I mean to upload any extension and from that extension to create the thumbnail image also?
If any one has idea please share. :)

Resources