由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - help with making a file downloadable on the site
相关主题
CGI sychronization?网页中数据库格式显示问题
技术分析:谈Web数据库访问技术question on art file
问一个土问题 关于 urlwhat is cgi?
CGI怎么调本地的可执行程序请教网站高手
is IIS server4.0 free download?How to get CGI files of a server
Building web at home?[转载] Perl CGI and Excel files
how to make a document downloadable?script question
请教cgi程序问题file changed - old file accessed from web
相关话题的讨论汇总
话题: file话题: making话题: site话题: users
进入BuildingWeb版参与讨论
1 (共1页)
j*****h
发帖数: 6
1
can some one show me how to make a file on web
downloadable?Do i need to use CGI script? can i write
in HTML?
the commend i found from this BBS: href=/filename>file does not work.
m**********y
发帖数: 14
2
The simplest way is by putting your file inside a virtual
directory. Then
create a hyper link to your file Download.
But if you can
view this file in your browser (like *.txt, *.htm,
*.gif...), you need right
click and choose "save target as". In order to avoid this,
you need a ISAPI
or MTS (or whatever) running on your webserver. Every
request to your file,
you need to feed back a html header and the contents of your
file, so that
the clients will start to download.

【在 j*****h 的大作中提到】
: can some one show me how to make a file on web
: downloadable?Do i need to use CGI script? can i write
: in HTML?
: the commend i found from this BBS: : href=/filename>file does not work.

p*****e
发帖数: 58
3
Any file which is accessible by anonymous users (or login
users) are downloadable to those users. How to set files
downloadable depends on the type of the server. Set the
file readable to anonymous users (or specified groups of
login users) and put the file in an accessible directory.

【在 j*****h 的大作中提到】
: can some one show me how to make a file on web
: downloadable?Do i need to use CGI script? can i write
: in HTML?
: the commend i found from this BBS: : href=/filename>file does not work.

n**i
发帖数: 2
4

真钠?>) 的大作中提到: 】
Could you please make this clear ? how to feed back ? cgi ?
servlet ?
depend on webserver ? what kind of header ? how to output
the contents ?
Thanks a lot.

【在 m**********y 的大作中提到】
: The simplest way is by putting your file inside a virtual
: directory. Then
: create a hyper link to your file Download.
: But if you can
: view this file in your browser (like *.txt, *.htm,
: *.gif...), you need right
: click and choose "save target as". In order to avoid this,
: you need a ISAPI
: or MTS (or whatever) running on your webserver. Every
: request to your file,

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
file changed - old file accessed from webis IIS server4.0 free download?
../的安全问题Building web at home?
fpexedll.dll 加进ISAPI filers后状态一直是unknownhow to make a document downloadable?
a hello world question请教cgi程序问题
CGI sychronization?网页中数据库格式显示问题
技术分析:谈Web数据库访问技术question on art file
问一个土问题 关于 urlwhat is cgi?
CGI怎么调本地的可执行程序请教网站高手
相关话题的讨论汇总
话题: file话题: making话题: site话题: users