How do i load large video files into html video element | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

5th Dec 2020, 10:04 PM
Joseph Adepoju
Joseph Adepoju - avatar
2 Answers
+ 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
7th Dec 2020, 7:40 PM
Scooby
Scooby - avatar
0
Thanks a lot
8th Dec 2020, 8:17 AM
Joseph Adepoju
Joseph Adepoju - avatar