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

vhmauery’s picture

Did 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.

vhmauery’s picture

The variables I am referring to are located in your php.ini file.

BartVB’s picture

Status: Active » Closed (fixed)

I hope Claude was able to fix this somewhere in the last two years :D