Implement image upload functionality with temporary storage and cleanup. Update chat and broadcast logic to handle image URLs instead of base64 data, enhancing performance and user experience. Modify .gitignore to exclude temporary files and uploads directory.

This commit is contained in:
Torsten Schulz (local)
2025-12-05 10:43:27 +01:00
parent 840504e440
commit 6d922fbf9f
5 changed files with 245 additions and 36 deletions

4
.gitignore vendored
View File

@@ -7,6 +7,10 @@ client/dist/
dist/
docroot/dist/
# Temporäre Bilder (werden nach 6 Stunden automatisch gelöscht)
tmp/
uploads/
# Node.js
node_modules/
npm-debug.log*