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