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