feat: finished converting image uploads to on disk
This commit is contained in:
parent
01fe86113d
commit
9c6d6731d8
10 changed files with 38 additions and 56 deletions
|
@ -15,7 +15,7 @@ public class ImageData
|
|||
public string Board { get; set; }
|
||||
|
||||
[Required]
|
||||
public Byte[] Image { get; set; }
|
||||
public string ImageLocation { get; set; }
|
||||
|
||||
public PostData Post { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue