react-file-image-uploader
v1.2.0
Published
This NPM package provides a facility to its user to use file uploader for uploading file
Downloads
4
Maintainers
Readme
SO in this NPM package we can upload images/videos/wordfiles/excelfiles
Code snippet:
<FileUploader
files={files}
maxWidth="md"
title="File Uploader"
onSubmit={
<Button
variant="contained"
color="primary"
onClick={helperFunction}
>
UPLOAD
</Button>
}
/>