Closed (won't fix)
Project:
Drupal core
Version:
6.14
Component:
upload.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Oct 2009 at 20:55 UTC
Updated:
25 May 2012 at 23:44 UTC
When a user configures Drupal6 for file uploads larger than 8MB, merely reminding the user of the PHP maximum file upload size limit is not the best solution. The upload.module could prompt the user "Is it OK to modify your php.ini settings?" And then perform an automatic update of the appropriate variables, similar to what I have done manually as described in the following post.
http://drupal.org/node/113220#comment-2198174
Comments
Comment #1
mdupontNo. Drupal shouldn't liberally edit a critical system file external to itself on behalf of a user.