From 2401612eca13d20f4203831f2f4a5f2efa6903f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BA=9A=E7=90=AA?= Date: Sun, 28 Apr 2024 19:34:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0uniCloud=20chooseAndU?= =?UTF-8?q?ploadFile=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/unicloud/storage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/unicloud/storage.md b/docs/api/unicloud/storage.md index 8de3c2ef..6b8852b8 100644 --- a/docs/api/unicloud/storage.md +++ b/docs/api/unicloud/storage.md @@ -26,6 +26,10 @@ +**注意** + +- 由于uni-app-x暂不支持选择视频、文件,目前此接口仅能上传图片,即type参数仅能设为`image`。 + ## getTempFileURL(options) @gettempfileurl -- GitLab