File Uploading feature by tfasano1

This commit is contained in:
tfasano1
2023-05-04 08:26:44 -05:00
committed by max
parent 9b231a73d6
commit d0da1a9114
8 changed files with 96 additions and 2 deletions

View File

@ -25,6 +25,11 @@ type Configuration struct {
Template struct {
BaseName string `json:"BaseTemplateName"`
}
Upload struct {
BaseName string `json:"UploadDirectoryName"`
MaxSize int64 `json:"MaxUploadSize"`
}
}
// LoadConfig loads and returns a configuration struct