Hi I'm using an upload script. I'm using PHP 4.2.0 and it returns an error of file is 0 bytes when it is over the 2M limit. I can't change this limit in php.ini file or with ini_set()
Any ideas on how to get this to work?
Well, if you can't change it in the php.ini it must be for some reason - your web host doesn't want you uploading files too big and taking all the bandwidth...so no, there's no way around it.
Diego