Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Allowed upload extension in settings

Could be nice to be able to set allowed extensions and max file size!

Thanks

Comments

  • Options

    The allowed extensions config setting is: $Configuration['Garden']['Upload']['AllowedFileExtensions'] = array("*");

    The max file size config setting is: $Configuration['Garden']['Upload']['MaxFileSize'] = '1MB';

    You can change them and add them to the /conf/config.php file.

    Add Pages to Vanilla with the Basic Pages app

  • Options

    Good! you should add that in addon description http://vanillaforums.org/addon/784/fileupload

  • Options
    peregrineperegrine MVP
    edited October 2013

    good idea. But if you looked at the titles of the questions asked under the plugin, your answer to file size and extensions, was answered numerous times, and since the plugin uploads is based on the core configs, it really is dependent on the core setting for all uploads, not just the plugin, so it is not a plugin specific setting. It is a config and core setting as welll as php ini settings.

    And searching for max file

    and

    searching for file extensions

    would have given you the answer.

    Point Being: It's a good idea to read the comments associated with the plugin before downloading and enabling. And it's also a good idea to search for words that you use in your question as you may get even more insights and ins and out of things, that may not be answered in one comment.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

Sign In or Register to comment.