aayRJ23 / File-Uploads

This repository hosts a file upload application developed with Node.js, Multer, EJS, HTML, and CSS. Users can easily upload images by selecting them and clicking the upload button. The uploaded images are stored in the "uploads" folder within the local directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Upload App

This is a simple file upload application built with Node.js, Multer, EJS for server-side rendering, HTML, and CSS. Users can select an image and upload it by clicking the upload button. The uploaded image is saved to the "upload" folder in the local directory.

Features

  • Upload images easily with a user-friendly interface.
  • Utilizes Multer for handling file uploads in Node.js.
  • Uses EJS for server-side rendering of HTML templates.
  • Images are stored in the "uploads" folder in the local directory.

How to Use

  1. Clone the repository or download the source code.
  2. Install dependencies using npm install.
  3. Run the server using node index.js.
  4. Access the file upload app in your web browser.
  5. Select an image and click the upload button to save it to the "uploads" folder.

Technologies Used

  • Node.js
  • Multer
  • EJS
  • HTML
  • CSS

About

This repository hosts a file upload application developed with Node.js, Multer, EJS, HTML, and CSS. Users can easily upload images by selecting them and clicking the upload button. The uploaded images are stored in the "uploads" folder within the local directory


Languages

Language:JavaScript 67.9%Language:EJS 32.1%