+ 1
How do i load large video files into html video element
I need a way to load large video files into html5 video element. When i upload videos less than 15mb and try to play on the site it works but anything larger than 15mb does not seem to work
2 Respostas
+ 5
Do you want to upload it to any internet server or in localhost system??
If you use xampp on localhost then you need to configure some options on php.ini files
Like max_upload_filesize,post_max_size, max_upload_filesize, post_max_size, max_upload_filesize,
Follow this link and read carefully 👇
https://stackoverflow.com/questions/38769997/cant-upload-large-files
https://stackoverflow.com/questions/1122418/changing-upload-max-filesize-on-php
Joe Hardey
0
Thanks a lot