-
Notifications
You must be signed in to change notification settings - Fork 0
File upload
Insane edited this page Sep 9, 2015
·
1 revision
web server provide an interface for uploading file token of qiniu
always create new file on cloud
update file if already exists
update file for its name contains Chinese characters
七牛的存储使用的key-value的结构,空间中没有子目录这样的概念。 可以将文件直接命名为'a/b/c/file.ext'的形式。
1、在管理平台-内容管理中上传可以设置上传的文件前缀 2、使用qrsbox、qrsync这样的上传工具,会自动使用相对路径作为文件名 3、使用sdk上传,将key参数设置为'a/b/c/file.ext'的形式即可。