Skip to content
#

file-preview

Here are 9 public repositories matching this topic...

In this small NodeJS & Express web application, I added file uploads. First, to do this, I added the input type file to the HTML elements to give the user a file picker. Then, I also configure the form element by using the enctype attribute and setting it as multipart/form-data. Afterwards, I had to handle the file on the server side, so I used …

  • Updated Sep 14, 2022
  • JavaScript

PortalUp is a web-based file uploader that enables users to easily upload various file types and receive temporary URLs for secure, time-limited access. Built with React for the frontend and Node.js with Express for the backend, it features a user-friendly interface, drag-and-drop support, and automatic URL expiration.

  • Updated Jan 3, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the file-preview topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the file-preview topic, visit your repo's landing page and select "manage topics."

Learn more