I'm writting an application to allow users to upload photos, I don't want to exceed my monthly bandwidth limit or space so... I have the following questions.
1) Does upload bandwitdh count to my monthly allowence?
2) I dont want to allow files greater than 500kb to be uploaded, do I have my
own personal php.ini to set max file uploads in?
I know how to restrict the size from the client side using forms, but a hacker could
change the HTML. So would really like more control over php.ini