Scribd field seems to not allow for the editing of File Types and the Maximum File Size like other file fields.

The File Type seems understandable since Scribd.com only accepts certain file types.

However, Scribd.com seems to allow file sizes up to 100M. The module limits the maximum file size to 2M.

Comments

mikl’s picture

Status: Active » Closed (works as designed)

The maximum upload size is determined by your server’s PHP configuration.

In php.ini, post_max_size and upload_max_filesize governs this (so your limit will be the smallest of these two).