Skip to content

Commit 8da6a32

Browse files
save file
1 parent 96cf700 commit 8da6a32

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

code/nodejs/servers/file-server/readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22

3-
<h1 style='display:flex'>
3+
<h1 style='display:flex;gap:20px'>
44
file-server.js
55
<div style='flex:1'></div>
6-
<input type=button value=download onclick='btn.download()' style='font-size:16px'>
6+
<input type=button value='download file' onclick='btn.download()' style='font-size:16px'>
7+
<input type=button value='download complete' onclick='btn.download.complete()' style='font-size:16px'>
78
</h1>
89

910

@@ -24,3 +25,7 @@ the client-side library can found at
2425
[file-server.js](/libs/js/io/file-server/file-server.html)
2526

2627

28+
## requires
29+
30+
- getmime.js
31+
- keys.js

0 commit comments

Comments
 (0)