使用传统的ASP Request.Files [英] Use Request.Files in Classic ASP

查看:639
本文介绍了使用传统的ASP Request.Files的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想用在传统的ASP文件上传DHTMLX库的控制。我用他的ASP.NET&amp控制它工作得很好。但是,在传统的ASP,我不能使用Request.Files文件来获得。谁能帮我的。

I want to use dhtmlx vault control for file upload in classic asp. I've used his control in ASP.NET & it works well. But in classic ASP, I'm not able to get files using Request.Files. Can anyone help me for this.

在code我使用文件上传:

The code I'm using for file upload is:

                            var conf = {
                            container: "vaultObj",
                            uploadUrl: "vaultupload.asp",
                            autoStart: false,
                            skin: "dhx_skyblue"
                            };     

                           var myVault = new dhtmlXVaultObject(conf);

vaultupload.asp是我想要写code上传图片文件。但我不能够使用Request对象那里。我必须包含任何集会?

vaultupload.asp is the file on which I want to write code to upload images. But I'm not able to use Request object there. Do I have to include any assembly for that?

感谢

推荐答案

文件上传的是经典的ASP棘手。一种选择是安装像Persits ASP上传或ABC上传第三方组件。

file uploads are tricky in Classic ASP. One option is to install a third party component like Persits ASP Upload or ABC Upload.

一个流行的解决方案是freeaspupload它使用一个类文件,您只需上传到你的服务器,你不需要安装任何东西。它使用一个ADODB流对象。它曾经是一个提供freeaspupload.net,但该网站似乎是向下的那一刻,但互联网档案馆是你的朋友。

A popular solution is freeaspupload which uses a class file which you just upload to your server, you don't need to install anything. It uses an ADODB stream object. It used to be available an freeaspupload.net, but that site seems to be down at the moment, however the internet archive is your friend

https://web.archive.org/web/20140517095226 /http://freeaspupload.net/

这篇关于使用传统的ASP Request.Files的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆