Skip to content

uploader 自定义上传,获取到的值是 tempFilePath, 并不是上传后的文件链接。 #2275

Closed Answered by eiinu
GreatAuk asked this question in Q&A
Discussion options

You must be logged in to vote

Uploader 组件并不能更新这个数据,因为每个开发者服务器的返回值(例如自定义方法 uploadFileToServer 的返回值)的数据结构可能是不同的。

那我的做法没错了?那最好在文档对应的 demo 写明来...。 话说如果不自定义上传,直接设置上传的 url, 也不会更新吗。

我的意思是,每个开发者编写的服务器上传API都是不同的,你这里会返回上传后的文件链接,其他人可能会返回其他的数据结构,甚至有可能不返回任何数据。组件本身是没有能力处理这种情况的,唯一能做的只是把接口返回值抛出,由开发者自行处理后续的逻辑。

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@GreatAuk
Comment options

@eiinu
Comment options

Answer selected by eiinu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants