Skip to content

dev-angelo-c/HTML-and-JS-Form-Upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fileupload

Bare bones file upload with react

  • This uses the Parcel bundler.
  • This software does not modify file names.
  • You will need to add the extension to the file name
  • All it does is get a file to a folder.

To Begin:

  • Open terminal
  • cd to the directory this software is in
  • npm install

Client

  • within public/ directory run parcel watch index.html

Server

-nodemon server.js

  • Option one:
    Uses an html form element and all of its glory

  • Option two:
    Uses JS and new FormData()

About

Bare bones file upload with react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published