Le merge / 20

This commit is contained in:
LuckyLaszlo
2022-08-14 06:30:27 +02:00
parent 84babec82b
commit ce0a004d28
15 changed files with 159 additions and 49 deletions

View File

@@ -24,7 +24,7 @@ void Webserv::_post(Client *client, const std::string &path)
client->response.append(CRLF);
}
else
_upload_file(client);
_upload_files(client);
}
#define DEFAULT_NAME "unnamed_file"