简体   繁体   English

Valums多文件上传

[英]Valums multi file uploading

I am using Valums AJAX javascript, found at http://valums.com/ajax-upload/ I am using VB.net as my server side scripting language and I have a webservice that is called, but I do not know how to retrieve the query string sent by his code. 我正在使用位于http://valums.com/ajax-upload/的 Valums AJAX javascript,我正在使用VB.net作为服务器端脚本语言,并且有一个被称为的Web服务,但是我不知道如何检索他的代码发送的查询字符串。 Can some help me? 可以帮我吗?

looks like you have access to these methods: 您似乎可以使用以下方法:

onSubmit: function(id, fileName){},
onProgress: function(id, fileName, loaded, total){},
onComplete: function(id, fileName, responseJSON){},
onCancel: function(id, fileName){},

I would imagine that the onComplete method is what you would most likely want if you wanted to show something once the entire process was done. 我可以想象,如果要在整个过程完成后显示某些内容,则很可能希望使用onComplete方法。 I would guess the responseJSON value is what you would most likely want to check. 我猜想responseJSON值就是您最想检查的值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM