File Upload Base implementation

This commit is contained in:
Tina_Azure
2023-06-12 22:33:28 +02:00
parent 62a8471fc1
commit d322905b35
3 changed files with 80 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ namespace TemplateConstCollection {
const static std::string MUSTACHE_FREELANCER_TEMPLATE_OPERATION_FULFILMENT_VIEW = "OPERATION_VIEW";
const static std::string MUSTACHE_FREELANCER_TEMPLATE_OPERATION_FULFILMENT_EDIT = "OPERATION_EDIT";
const static std::string MUSTACHE_FREELANCER_TEMPLATE_OPERATION_FULFILMENT_DELETE = "OPERATION_DELETE";
const static std::string MUSTACHE_FREELANCER_SUBMISSION_NAME = "FILE_SUBMISSION";
//Cookie names
const static std::string COOKIE_LOGIN_KEY = "loginKey";