Hi,
I need a quick help !!!!!!!!!!!
Here's my problem :
When I upload a big file (like a video) and when its size exceeds the size of the php.ini, an error occurs :
PHP Warning: POST Content-Length of 873077890 bytes exceeds the limit of 33554432 bytes in Unknown on line 0
I would like to know how I can catch this error and display a show error message in my dialog box like $this->dlgFileAsset->ShowError(ERREUR1_UP);
Thanks in advance for your help.
Bye