You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,11 +89,12 @@ Yes, it's really all you need to get started as you can see in these live and in
89
89
|FileItem with no image preview|[](https://codesandbox.io/s/dropzone-ui-file-item-with-no-image-preview-14i2m)|
|Server side example for upload a file |https://github.com/dropzone-ui/file-upload-server-side/tree/main/expressjs|
92
+
|Server side example for uploading a file |https://github.com/dropzone-ui/file-upload-server-side/tree/main/expressjs|
93
93
94
94
# Uploading
95
-
Dropzone-ui provides away to upload files to a server. In case you want to make your own upload function, you can take the files that Dropzone `onChange` event returns.
96
-
For uploading files through dropzone-ui you should follow some gidelines:
95
+
Dropzone-ui provides a way to upload files to a server. In case you want to make your own upload function, you can take the files that Dropzone `onChange` event returns.
96
+
97
+
For uploading files through dropzone-ui you should follow at least this guidelines:
97
98
98
99
* Server Endpoint should get the file from `req.files.file`.
99
100
* Server Response should follow the [`FileDuiResponse`](#fileduiresponse) structure for returning a response.
@@ -198,9 +199,9 @@ Dropzone-ui is available in different languages. So far, we only support `Englis
0 commit comments