我几个月来一直在使用简单的存放设施,而且第一次必须在数据库中上载和储存图像/文件。
我的教程如下:
public class Document: ObjectMetaData
{
public string FileName { get; set; }
public Guid UserId { get; set; }
public DocumentType DocumentType { get; set; }
public string DocumentLocation { get; set; }
public byte[] DocumentData { get; set; }
}
public enum DocumentType
{
EmploymentContractSigned = 1,
EmploymentContractUnSigned = 2
}
如果将数据保存到分局,分站就无视“文献目录”
怎样才能将档案保存下来。
- DocumantData = File.ReadAllBytes("somefile.doc")