使用传统的ASP Request.Files

编程入门 行业动态 更新时间:2024-10-19 16:21:30
本文介绍了使用传统的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,但该网站似乎是向下的那一刻,但互联网档案馆是你的朋友。

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, but that site seems to be down at the moment, however the internet archive is your friend

web.archive/web/20140517095226 /freeaspupload/

更多推荐

使用传统的ASP Request.Files

本文发布于:2023-11-24 22:59:28,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1627231.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:传统   ASP   Files   Request

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!