Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set larger limit on file uploads #10

Open
MatthewHager opened this issue Jan 27, 2015 · 1 comment
Open

Set larger limit on file uploads #10

MatthewHager opened this issue Jan 27, 2015 · 1 comment

Comments

@MatthewHager
Copy link
Contributor

Right now the PHP limit is set to 2MB which keeps us from being able to upload larger images. Let's set the PHP limit to 25MB and then the site builder can set this lower.

@ergonlogic
Copy link
Member

I'm not so sure this is such a good idea, as least, as a default. This could lead to nasty surprises if a dev tests and deploys a site to a server where they don't have control over php.ini.

Perhaps integrating something upstream, along the lines of https://www.drupal.org/project/hosting_variables, could resolves this in a more portable fashion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants