spohlenz / tinymce-rails

Integration of TinyMCE with the Rails asset pipeline
Other
813 stars 256 forks source link

Can upload video from local PC or not? #275

Open sumraSquare63 opened 3 years ago

sumraSquare63 commented 3 years ago

First of all I would like to thank you for such a great gem. It's doing great job.

I am using TinyMce 5 in my project and I would like to upload videos in Media popup from my local PC as we can upload images from local PC. I have checked the docs and google around and got to know we can upload videos using TinyDrive. But did not found anything by which I can directly upload from my local PC. However I did not encounter a statement in docs which make it clear that we can not directly upload video from local. That's why I just want to make sure is it possible or I am unable to find a solution.

Image popup with local upload option: image

Media popup without local upload option: image

Demo with TinyDrive: https://www.tiny.cloud/docs/plugins/premium/tinydrive/

fabriciobonjorno commented 3 years ago

I used the guide below and it's working here https://medium.com/@kristina.kabosiene/manual-upload-rails-6-active-storage-tinymce-5-and-aws-s3-2f139c0b5df4

image image