sp-dev-fx-webparts/samples/react-file-upload
Ramin Ahmadi a342425d05 Add react-file-upload sample (#415)
* Adds SPFx react slide swiper sample (#412)

* Add files via upload

Add initial files to the repository

* Add package-lock.json to react-file-upload

it will fix the this error when you run Gulp serve:
SPFileUpload-master/node_modules/react-dropzone-component/typescript/types"' has no default export.
2018-02-26 14:00:21 +01: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 Add react-file-upload sample (#415) 2018-02-26 14:00:21 +01: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