Active
Project:
upload (simple)
Version:
master
Component:
User interface
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2011 at 09:40 UTC
Updated:
20 Apr 2011 at 09:40 UTC
Suppose i am using upload module for attachment and i want to restrict extension format on content types ? like for example:
page content type - jpeg,png,pdf,ppt,doc....etc.
story content type - ppt,pdf,doc,txt....etc.
some other content type - only pdf,ppt.
some other content type - flv, mp3.
and i dont want to use FileField for this.
thanks