Closed (works as designed)
Project:
Scribd field
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2010 at 16:21 UTC
Updated:
11 Mar 2011 at 12:20 UTC
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
Comment #1
miklThe 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).