M mingming_wang Unregistered / Unconfirmed GUEST, unregistred user! 1999-03-25 #2 不好意思,一不小心ENTER就发篇空的。 我看过yysun以前的讨论,但还是有写不 明白。 我的主页是用ASP做的,form的代码如下: <form method=post action=upfile.asp enctype=multipart/form-data> <input type=file name=upfile> <input type=submit name=ok value=ok> </form> 在upfile.asp文件中用对象request接收数据,不知该用什么属性或方法?
不好意思,一不小心ENTER就发篇空的。 我看过yysun以前的讨论,但还是有写不 明白。 我的主页是用ASP做的,form的代码如下: <form method=post action=upfile.asp enctype=multipart/form-data> <input type=file name=upfile> <input type=submit name=ok value=ok> </form> 在upfile.asp文件中用对象request接收数据,不知该用什么属性或方法?
Y yysun Unregistered / Unconfirmed GUEST, unregistred user! 1999-03-25 #3 有关用 ASP 网页上载文件,请看 http://www.15seconds.com/
M mingming_wang Unregistered / Unconfirmed GUEST, unregistred user! 1999-03-26 #4 谢谢yysun,可否指点一下在www.15seconds.com的什么位置? 我的速度太慢了。
Y yysun Unregistered / Unconfirmed GUEST, unregistred user! 1999-03-26 #5 www.15seconds.com 是个 ASP 技术论文库, 你一进去就会发现,目前第一篇文章就是用 ASP 上载文件,文中有许多有用信息和控件。
M mingming_wang Unregistered / Unconfirmed GUEST, unregistred user! 1999-04-01 #7 向CJ请教upload CGI 的做法? 用Twebrequest只能读取4K数据,why?
H huizhang Unregistered / Unconfirmed GUEST, unregistred user! 1999-04-09 #8 我这里有一个C++的Upload源程序, 要的话mail给你
M mingming_wang Unregistered / Unconfirmed GUEST, unregistred user! 1999-04-17 #9 真不好意思,一忙起来连上网的时间都没有。 不知道huizhang的C++是否是直接从标准输入读取, 这样恐怕是不行?
Y yifeng Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-17 #12 我有可用于asp的上传程序 你要不要 或者你自己到IIS resource kit 里面找
N nuke Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-17 #13 chinaasp。126。com 里有 还有记得电子与电脑杂志里1(or2or3)期里有文章专门讲到的!
S steve Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-22 #15 有一个safileup的ActiveX控件,想要吗?
H huizhang Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-22 #18 我那个带C++源码的Upload是一个ISAPI的dll(95k,包括C++源码和编译好的DLL), 到 我的ftp上去下载: ftp://ftp.hrbucea.edu.cn/Public/UploadEx.zip
我那个带C++源码的Upload是一个ISAPI的dll(95k,包括C++源码和编译好的DLL), 到 我的ftp上去下载: ftp://ftp.hrbucea.edu.cn/Public/UploadEx.zip
K kane Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-22 #19 其实在IIS4.0自带的那个航空公司例子站点里有一个文件上传页面。 它利用的是一个ISAPI