Hi
I would like to know if there is some function that returns the size of a file that would be sent in a form with the POST method and whose size would exceed the post_max_size value in the php.ini file.
As $_FILES doesn't return anything if the file size exceeds post_max_size, how can we still get the size of the file sent? Is there any function to do so?
thanks in advance for your help
How to get the size of a file that exceeds post_max_size
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Re: How to get the size of a file that exceeds post_max_size
Unfortunately, no.
Re: How to get the size of a file that exceeds post_max_size
Just wanted to be sure, thanks 