feat: finished converting image uploads to on disk

This commit is contained in:
limited_dev 2023-02-01 14:18:36 +01:00
parent 01fe86113d
commit 9c6d6731d8
10 changed files with 38 additions and 56 deletions

View file

@ -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; }