Quote:
Originally Posted by TCooper
Why do you need to know the max file size as you are usually limited by the server setting like in you php.ini file... which we have ours set higher for the bigger uploads we do via the browser.
|
Exactly so

- before coding this, I want to make sure people aren't expecting to be able to handle arbitrarily large files. Those who run on shared servers are often limited by a small upload_max_filesize and post_max_size, around 2M.