Until now, the MAX_FILE_SIZE directive wasn't taken when uploading files.
Since 2-3 days, the browser (IE6) doesn't seem to send files bigger than
MAX_FILE_SIZE.
The limited action seems to be browser side, as if the file are bigger than
the limit, they aren't sent at all.
I'd like to know if it's really what appens, and how to know the from PHP
that the file was too large, and inform the user the file hasn't been sent
because of size ?
Bob
Since 2-3 days, the browser (IE6) doesn't seem to send files bigger than
MAX_FILE_SIZE.
The limited action seems to be browser side, as if the file are bigger than
the limit, they aren't sent at all.
I'd like to know if it's really what appens, and how to know the from PHP
that the file was too large, and inform the user the file hasn't been sent
because of size ?
Bob
Comment