How do I manually set the mime type for an attached file?
Created Dec 31, 2006
John Zukowski You'll need to subclass FileDataSource and override its getContentType() method to return your desired type.
Created Dec 31, 2006