Using a PHP uploader and was wondering if there was a way to override the default values in php.ini for post_max_size and upload_max_filesize in a specific script?
Don't want to change it universally in php.ini because while it's okay to make the limit big on the uploader in our admin section, we don't want that big of a limit in the public section.