I found that the field "Allowed file extensions for uploaded files" do not allow more than 128 chars.
This is a problem because the file extensions list in my case is longer than 128 chars.

Comments

miax’s picture

Category: feature » bug
StatusFileSize
new508 bytes

To solve this I updates this field to allow #maxlength => '255' .

patch file attached.

dave reid’s picture

Version: 7.x-2.0-unstable3 » 7.x-2.x-dev
Status: Active » Fixed

Thanks, committed this change in addition to increasing this length for file fields to both 7.x-2.x and 7.x-1.x.
http://drupalcode.org/project/media.git/commit/28fe03d
http://drupalcode.org/project/media.git/commit/db16ff7

dave reid’s picture

Category: bug » feature

And this was really a feature request. :)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

alexjarvis’s picture

Need to increase the maxlength on the admin form as well.

Status: Needs review » Needs work
alexjarvis’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work
alexjarvis’s picture

Status: Needs work » Needs review

Testbot having problems...

alexjarvis’s picture

alexjarvis’s picture

dave reid’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.