I have installed the FileManager and Attachment modules. Attachment of small files works fine. I find however that attachment fail for large files. I have increased file size limits but that has no effect. Attachment of 1MByte files fail. Any suggestion?
Comments
Comment #1
vhmauery commentedDid you increase post_max_size as well as upload_max_filesize? Both need to be set to the max size you want allowed. post_max_size determines the max size for the entire post (all files and form data) at once, while upload_max_filesize is the individual files in a post.
Comment #2
vhmauery commentedThe variables I am referring to are located in your php.ini file.
Comment #3
BartVB commentedI hope Claude was able to fix this somewhere in the last two years :D