File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,11 @@ Steps 4 and 5 are optional, but strongly recommended.
59
59
* Its argument should be `IFormFile ` or `IEnumerable < IFormFile > `.
60
60
* The Upload always sends files one by one , but both argument types can work .
61
61
* The argument name (`FormData ` request key ) must match the Upload [`SaveField ` parameter ](#upload - parameters ) value . By default , that is `files `.
62
+ * The method name should match the last part of the `SaveUrl ` value .
62
63
* **Remove ** action method
63
64
* Its argument should be `string ` or `IEnumerable <string >`.
64
65
* The argument name (`FormData ` request key ) must match the Upload [`RemoveField ` parameter ](#upload - parameters ) value . By default , that is `files `.
66
+ * The method name should match the last part of the `RemoveUrl ` value .
65
67
66
68
Both action methods should accept `POST ` requests . Correct request routing depends on the application .
67
69
You can’t perform that action at this time.
0 commit comments