fileSharingDemo.mp4
This repository contains a Node.js and React application that utilizes Multer for handling form submissions with file uploads. The application provides a seamless way to upload files through a form and showcases the integration of both server-side (Node.js) and client-side (React) technologies.
Before you start, ensure you have the following installed:
- Node.js and npm
- React
- MongoDB (if your application involves database operations)
The server directory includes a Multer middleware setup in uploadMiddleware.js. This middleware handles file uploads from the client-side form. Adjust the configurations in this file as needed, such as setting the destination folder or defining file size limits.
The client directory contains the React application.Used multiform data as axios option for handling file upload/
Feel free to contribute to the project by creating issues or submitting pull requests. Your input is highly valued.
This project is licensed under the MIT License.