UNPKG
react-file-image-uploader
Version:
latest (1.2.0)
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
This NPM package provides a facility to its user to use file uploader for uploading file
react-file-image-uploader
/
README.md
19 lines
(16 loc)
•
432 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
>
} />