added multipart upload file,
it works, but need some adjustements, refactoring and testing
This commit is contained in:
@@ -97,7 +97,7 @@ class Webserv
|
||||
void _autoindex(Client *client, const std::string &path);
|
||||
// method_post.cpp
|
||||
void _post(Client *client, const std::string &path);
|
||||
void _post_file(Client *client, const std::string &path);
|
||||
void _upload_files(Client *client);
|
||||
// method_delete.cpp
|
||||
void _delete(Client *client, const std::string &path);
|
||||
void _delete_file(Client *client, const std::string &path);
|
||||
|
||||
Reference in New Issue
Block a user