Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Multi-File Upload
Ignorance revealed...again...sigh. How do you adjust the number of files that are permitted to be uploaded? Since I have looked everywhere, I am assuming I must modify the code? Thank you.
0
This discussion has been closed.
Comments
$Context->Configuration['MULTI_FILE_UPLOADS'] = '3';
Change the number et voila
I have also been thinking a little regarding Attachments' extensions. I personally believe they should go into a subdirectory of the Attachments extension, so something like:
/extensions/Attachments/InlineImages /extensions/Attachments/MultiFileUpload /extensions/Attachments/AnotherNewAttchmentsExtension
After all, they all REQUIRE Attachments to work any way. Then we could perhaps also have their options GUIs selectable from a dropdown menu in the Attachments Extensions Options screen? It would keep things nice and neat and together in the attachment extensions area of the panel. I mean it's fine right now with only two extensions to Attachments, but what about when there are 5, 10, 16?