Hi guys,
im trying to upload files to my script and have hit an anoying problem.
if the file is bigger than what I allow in in my php.ini config, the $_POST and $_FILE comes through empty - and I cant check that there's been a post to then check the $_FILE error being to big.
How can I check that its been posted and is to big, so I can send a message to the user informing them of this?!
Thanks!