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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g
63
63
1.`url` - URL of File Uploader's route
64
64
2.`authToken` - Auth token that will be applied as 'Authorization' header during file send.
65
65
3.`disableMultipart` - If 'true', disable using a multipart form for file upload and instead stream the file. Some APIs (e.g. Amazon S3) may expect the file to be streamed rather than sent via a form. Defaults to false.
66
-
4.`itemAlias` - item alias (form name redefenition)
66
+
4.`itemAlias` - item alias (form name redefinition)
67
67
5.`formatDataFunction` - Function to modify the request body. 'DisableMultipart' must be 'true' for this function to be called.
68
68
6.`formatDataFunctionIsAsync` - Informs if the function sent in 'formatDataFunction' is asynchronous. Defaults to false.
69
69
7.`parametersBeforeFiles` - States if additional parameters should be appended before or after the file. Defaults to false.
@@ -77,7 +77,7 @@ Easy to use Angular2 directives for files upload ([demo](http://valor-software.g
77
77
78
78
# Troubleshooting
79
79
80
-
Please follow this guidelines when reporting bugs and feature requests:
80
+
Please follow these guidelines when reporting bugs and feature requests:
81
81
82
82
1. Use [GitHub Issues](https://github.com/valor-software/ng2-file-upload/issues) board to report bugs and feature requests (not our email address)
83
83
2. Please **always** write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
0 commit comments