Use application/octet-stream as default value of ContentType.

pull/9426/head
maliming 4 years ago
parent f3c77764a5
commit 49058c9eec

@ -14,6 +14,7 @@ namespace Volo.Abp.Content
public RemoteStreamContent(Stream stream, string fileName): this(stream)
{
FileName = fileName;
ContentType = "application/octet-stream";
}
public virtual string ContentType { get; set; }

Loading…
Cancel
Save