Hi I have a PHP image uploader on my page. all the common image formats are allowed to insert in to the database. However when I try to insert another 'non allowed' format (I tried a video) via the upload, I get an error message as below.
Warning: POST Content-Length of 17917021 bytes exceeds the limit of 8388608 bytes in Unknown on line 0
can some one pls tell me what causing this error and possibly how do I correct this?
If my code is required pls do highlight.
Thank you.