[support] File Size Limits with Filefield on D6?

Scott scott at bscottholmes.com
Wed Jun 24 15:47:00 UTC 2009


There are additional settings in php.ini that you might want to
consider:  max_execution_time, max_input_time, post_max_size as well as
memory_limit.

On Wed, 2009-06-24 at 05:05 -0400, Luke wrote:
> Hello
> 
> I am having trouble allowing users to upload large files via filefields.  
> In particular, I have modified the drupal root .htaccess file to permit 
> this, and have even changed the memory limit in php.ini.
> 
> 2 meg is still the limit.
> 
> In D5, there was a way to control the upload limits, although that was 
> with the core upload module.
> 
> Is something like that at issue here, or might there be something else 
> going on?
> 
> The start of the .htaccess file now looks like this, which has worked in 
> other places on this host:
> 
> php_value post_max_size 51m
> php_value max_input_time 2680
> php_value upload_max_filesize 50m
> php_value upload_tmp_dir /tmp
> php_value memory_limit 110m
> --
> [ Drupal support list | http://lists.drupal.org/ ]



More information about the support mailing list