Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 609 Bytes

React File upload and Upload using DropBox , Google Drive Link - Intermediate.md

File metadata and controls

20 lines (12 loc) · 609 Bytes

Scenario

Now you know how to build forms in React. Let's add some new functionality to the form now to meet a new business requirement.

The client wants to upload multiple files in React with a progress bar for each file.

Reference

Reference

Problem

Create a Dropzone Space where users can upload a batch of files and show the upload progress for each file.

Addition Point

  • Upload file from Dropbox link
  • Upload file from Google Drive link

Suggested Reference