luk
|
1ae87f960f
|
和 unitool.js 和 dragFileUploader.vue 配合,传递 filenameOriginal 解决了拖拽上传的文件的 originalname 并非真实文件名的问题。
|
2024-11-28 21:33:30 +08:00 |
|
luk
|
58d90c17e8
|
注意到刚收到 file 时的 originalname 形如 file-1732762348744,不知什么时机会变成 originalnameSystem,而 originalname 变回正确的前端的文件名。为此改正命名的时机。并且使用 mime 库来正确处理 text/plain 等 mimetype,否则会被存为 *.plain
|
2024-11-28 14:13:20 +08:00 |
|
Luk
|
d6740c4c20
|
u
|
2024-09-15 11:19:26 +08:00 |
|
Luk
|
51e2ff7f2f
|
rename ipfsGateway to ipfsLens
|
2024-08-16 11:47:58 +08:00 |
|
luk
|
3c162e869f
|
my.fileSizeLimit = fileSizeLimit || globalThis.wo?.envar?.fileSizeLimit || 10485760
|
2024-08-03 14:09:02 +08:00 |
|
Luk
|
d33e87c3e1
|
save the received file with datetime digits
|
2024-07-08 20:36:00 +08:00 |
|
Luk
|
4be9a78e6d
|
u
|
2024-07-03 21:22:05 +08:00 |
|
Luk
|
e79240db0f
|
rename the file to the cid
|
2024-04-25 14:23:41 +08:00 |
|
|
48adde820e
|
u
|
2023-12-30 13:22:23 +08:00 |
|
|
97f32a2e10
|
u
|
2023-10-13 18:37:11 +08:00 |
|
|
397ffa4aba
|
添加一个 useIpfs 参数
|
2023-10-13 14:15:42 +08:00 |
|
|
dd988d4a79
|
u
|
2023-08-14 11:38:35 +08:00 |
|
|
8ce54673c2
|
add a second parameter '' to ipfsProvider.globSource(...)
|
2023-07-24 12:04:22 +08:00 |
|
|
90c71f66cf
|
don't use wo._req.file, use _file passed from server.js
|
2023-05-26 21:14:12 +08:00 |
|
|
7cd99fe9cb
|
u
|
2023-03-21 21:25:47 +08:00 |
|
|
6879c34a13
|
rename ipfsLib to ipfsProvider; add 'initMy' method
|
2023-03-20 13:14:46 +08:00 |
|
|
1d1326f6b0
|
u
|
2023-03-13 01:32:13 +08:00 |
|
|
662686157b
|
update all repos
|
2023-01-03 18:49:16 +08:00 |
|
|
4d377af964
|
默认文件名 '时刻_随机数' 改为 '时刻-随机数'
|
2022-12-20 20:10:57 +08:00 |
|
|
4a23a35e95
|
return cid, ipfsUrl
|
2022-12-10 18:46:54 +08:00 |
|
|
f08e8f48ac
|
rename user 'uuid' to 'usid'
|
2022-09-11 20:39:08 +08:00 |
|
|
94e01b5739
|
rename libraries 'basend-*' to 'wo-base-*', 'corend-*' to 'wo-core-*', 'usend-*' to 'wo-user-*'
|
2022-08-17 08:59:42 +08:00 |
|
|
c993703471
|
rename npm/basend-fileload-server to npm/basend-fileloader
|
2022-07-23 08:18:48 +08:00 |
|