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
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,16 @@ When executed, the program reads the specified file and creates a multipart/form
10
10
11
11
Upon a successful upload, the program outputs the URL to the uploaded file to the console and also **writes it to the clipboard**.
12
12
13
+
### Uploading multiple files
14
+
15
+
When using `-dir` mode, the program will loop through all files in the directory provided and upload each one. Upon completing all uploads, the program will output a table with the files uploaded and the URL generated. This output will also be saved to a file in the source directory naned `upload.xxxxx.log`.
16
+
17
+
The same functionality is available if more than one arg is provided (e.g. `npu file1.jpg file2.jpg`) but the log file will be stored in the executable's root directory.
18
+
13
19
## To do
14
20
15
-
-[] Add support for multiple files
16
-
-[] Add support for directories
21
+
-[x] Add support for multiple files
22
+
-[x] Add support for directories
17
23
-[ ] Add support for archiving files (with encryption)
0 commit comments