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
The directory index access URL is the same as the API's access URL(Such as `http://localhost:8880/image/a/b/c/`). Just type the URL in the browser, and you'll see what's inside.
46
104
47
105
> 
48
106
49
-
**File upload**
107
+
**File upload (batch)**
108
+
109
+
Click the "Upload" button to open the upload dialog. You can drag and drop or select multiple files for batch upload.
110
+
50
111
> 
51
112
113
+
**Create directory**
114
+
115
+
Click the "New Folder" button to create a new directory in the current path.
116
+
52
117
## Build
53
118
```bash
54
119
$ make build
55
120
```
56
-
It will be output a binary in the `tmp` directory named with `fileserver`
121
+
It will output a binary in the `tmp` directory named `fileserver`.
57
122
58
123
## Development
59
124
```bash
60
125
$ make dev
61
126
```
62
-
It will run a air server to watch code change and reload the server.
127
+
It will run an air server to watch code change and reload the server.
0 commit comments