How to Handle File Uploads with Node.js and Express

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • tutorial-file-uploads-express

    How to Handle File Uploads with Node.js and Express

  • Code for this tutorial can be found on GitHub: https://github.com/IonxSolutions/tutorial-file-uploads-express

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • Node.js installed on your machine

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Express

    Fast, unopinionated, minimalist web framework for node.

  • Basic knowledge of JavaScript and Express

  • Visual Studio Code

    Visual Studio Code

  • A text editor or lightweight IDE such as Visual Studio Code

  • axios

    Promise based HTTP client for the browser and node.js

  • For this tutorial, we’re going to scan the file for malware using Verisys Antivirus API, and so we’ll add a package to make it easier to make external HTTP requests. Popular choices include Axios and node-fetch - for this article, we’ll use node-fetch

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Build a Slackbot with Node.js to Monitor your Applications

    5 projects | dev.to | 19 Apr 2021
  • Create a Chat App With Node.js

    8 projects | dev.to | 30 Apr 2024
  • Creating a resume builder with React, NodeJS and AI 🚀

    5 projects | dev.to | 20 Feb 2023
  • Product Comparison App (JS Demo Project)

    7 projects | dev.to | 4 Feb 2023
  • How to hide your API keys and tokens in React to protect your application

    3 projects | dev.to | 17 Jan 2023