Hi I am trying to add attachments via API.
I am a liitle confused on how to do it if I am reading a blob directly from the database.
I am not sure what these two values should be set to.
What are valid values for these two properties?
mifd.AttStream = fileUpload.PostedFile.InputStream; //required System.IO.InputStream
mifd.ContentType = fileUpload.PostedFile.ContentType; //required string
Adding Attachments
Moderator: SourceGear