sp-dev-fx-webparts/samples/react-file-upload
Shreyas Ganta c9cb5ae48d bug fix: The change in document library selection was not reflected in the FileUpload component. This has been fixed by making sure the eventhandlers on dropzone component used the parent FileUpload component property for listname (#653) 2018-11-09 16:57:58 +02:00
..
assets Add react-file-upload sample (#415) 2018-02-26 14:00:21 +01:00
config Add react-file-upload sample (#415) 2018-02-26 14:00:21 +01:00
src bug fix: The change in document library selection was not reflected in the FileUpload component. This has been fixed by making sure the eventhandlers on dropzone component used the parent FileUpload component property for listname (#653) 2018-11-09 16:57:58 +02:00
README.md Add react-file-upload sample (#415) 2018-02-26 14:00:21 +01:00
gulpfile.js Add react-file-upload sample (#415) 2018-02-26 14:00:21 +01:00
package-lock.json Add react-file-upload sample (#415) 2018-02-26 14:00:21 +01:00
package.json Add react-file-upload sample (#415) 2018-02-26 14:00:21 +01:00
tsconfig.json Add react-file-upload sample (#415) 2018-02-26 14:00:21 +01:00

README.md

React File Upload WebPart

Summary

The file upload web part allowing users to upload multiple files to a document library or as item attachments.

File upload web part built on the SharePoint Framework using React

Used SharePoint Framework Version

drop

Applies to

Update accordingly as needed.

Prerequisites

Site Collection created under the /sites/ Managed Path Existing document library or a list

Solution

Solution Author(s)
react-file-upload Ramin Ahmadi

Version history

Version Date Comments
1.0.0 February 14, 2018 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • gulp serve

Features

This project contains sample client-side web parts built on the SharePoint Framework using React illustrating working with file upload web part. This sample illustrates the following concepts on top of the SharePoint Framework:

  • using React for building SharePoint Framework client-side web parts
  • using React components for building file upload web part
  • using DropzoneJs for uploading files
  • uploading files to a document library
  • uploading files as item attachments by getting the item ID from the query string parameter
  • uploading files using RestAPI
  • drag and drop feature for uploading files
  • ability to remove uploaded files
  • ability limit users to upload accepted file types
  • using sp-pnp-js to delete uploaded files