Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow video format on media endpoint #119

Open
jee-r opened this issue Jan 4, 2020 · 1 comment
Open

Allow video format on media endpoint #119

jee-r opened this issue Jan 4, 2020 · 1 comment

Comments

@jee-r
Copy link

jee-r commented Jan 4, 2020

Hi, i don’t know if it’s already possible, may be it’s my media endpoint (php) who has a problem. When i try to file_put_contents('/tmp/media_debug.log', print_r($_FILES, true), FILE_APPEND); and upload a mp4 (3Mo) there is no output in my media_debug.log but with the images there is one as expected.

I took a look on the Quill’s code and it looks like he handle only images files i didn’t find anything for .mp4, .webm, .mov or .ogg files.

Thank you

Ps: send with Quill obviously :D

#Quill #micropub #media #endpoint #webm #mp4 #ogg #mov #video #upload

(Originally published at: https://jeer.fr/micro/1578102244)

@jee-r jee-r changed the title @GitHub Allow video format on media endpoint Hi, i don’t know if it’s already... Allow video format on media endpoint Jan 4, 2020
@aaronpk
Copy link
Owner

aaronpk commented Jan 4, 2020

Quill doesn't currently handle video files at all. That said, there could also be an issue with your server rejecting the POST request because it is too big. Check your PHP settings to see how big the max file upload size is. Even still, I doubt it would work still because Quill's image handling is really meant just for photos right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants