Skip to content

Feature: File sharing support in chat #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

amankumar94728
Copy link

This pull request adds a file sharing feature to the chat application. Users can now attach and send files (such as images or documents) in their chat messages using a WhatsApp-style attachment icon. Uploaded files are stored on the server and shared as downloadable links in the chat window.

Key changes:

Backend: Added file upload endpoint using Multer and static serving of uploaded files.
Frontend: Added file input with attachment icon, file upload logic, and display of file links in chat.
Updated UI to match WhatsApp-style file sharing experience.

image

AMAN KUMAR added 3 commits June 13, 2025 15:27
… in public/src/utils/APIRoutes.js from 500 to http://localhost:3001. port 5000 is alredy uses by our system]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant