Hi,

The file field description is limited to 128 characters because of a maxlength attribute.

I would like to break the limitation and turn the input text to textarea.

How to do that without breaking the original source code ?

thanks !

Comments

Fredj94’s picture

Hi

resolved with :

variable_set('file_description_length', 9999);
variable_set('file_description_type', 'textarea');