Commit 332b937
committed
feat(serverHandler/upload): allow upload file without dir prefix
Previously, if upload mode is "dirfile", uploaded file path must starts
with a directory prefix, e.g. "dir/to/file".
To allow upload files mixed with directories, remove this restriction.1 parent ff40288 commit 332b937
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
78 | 78 | | |
79 | | - | |
80 | 79 | | |
81 | 80 | | |
82 | 81 | | |
| |||
0 commit comments