@GitHub
Allow video format on media endpoint
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