I have made my upload form in my html file but when it tries to load, there is an error prompt:
Warning: POST Content-Length of 76523900 bytes exceeds the limit of 8388608 bytes in Unknown on line 0.
I am hoping for all positive response. Thank You :)
My code is:
<form name="video" enctype="multipart/form-data" method="post" action="">
<input name="MAX_FILE_SIZE" value="100000000000000000" type="hidden"/>
<input type="file" name="uploadvideo" />
<input type="submit" name="upload" value="SUBMIT" />
</form>