froala / django-froala-editor

Package to integrate Froala WYSIWYG HTML rich text editor with Django.
https://froala.com/wysiwyg-editor
283 stars 72 forks source link

Can not upload videos #84

Open young118 opened 4 years ago

young118 commented 4 years ago

When I upload a video, it seems froala save the vedio in browser's memory as this format blob:http:xxxxxxx, how can I upload the video to a disk directory just like uploading an image?

rwqzcq commented 3 years ago

I also have this problem.

marcomartinscastanho commented 1 year ago

I've added PR https://github.com/froala/django-froala-editor/pull/115 to fix this.