Posted by Justin Koivisto on 10/21/05 00:02
kingsleymyers@aol.com wrote:
> I have a client with a need for an "upload_max_filesize" directive
> [php.ini] in excess of 10MB. Their current host [FatCow] will not
> budge. They need something in the range of 15MB to 20MB. Will this
> require a dedicated server? Can someone recommend an affordable
> solution?
>
> They anticipate this to be used mostly from October to January / 2
> people per day / average file size of 6MB.
>
> Thanks in advance.
>
Try adding in a .htaccess file (if php is an apache module):
php_value upload_max_filesize 20M
php_value post_max_size 20M
Test it. If it works, ask the host if that is acceptable to them. If
not, find a host that will allow this (or some other form of editing
settings for the domain).
--
Justin Koivisto, ZCE - justin@koivi.com
http://koivi.com
[Back to original message]
|