Add image functionalitly to frontend

This commit is contained in:
2025-06-28 10:09:20 -07:00
parent 0323215a70
commit 01146661c7
4 changed files with 47 additions and 11 deletions
@@ -84,8 +84,6 @@ namespace MistoxWebsite.Server.Services.DatabaseService {
return new FormFile(stream, 0, fileBytes.Length, "file", Guid.NewGuid().ToString()) {
Headers = new HeaderDictionary()
};
}
}
}
}