由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - Perl问题请教!!!
相关主题
how to invoke cgi in html?help with making a file downloadable on the site
显示文件列表在网页的一个Re: 如果你只有client权限Re: 谁知道怎么用FrontPage做输入密码后才能流览的网页?
请教高手:如何在html中创建link直接连到目录问一个土问题 关于 url
../的安全问题Any other ways to add password protection on NT server?
今天晚上 PageRank更新了请教cgi程序问题
[转载] Perl for programmers(3): file operation动态生成pdf一问
Apache (1): IntroductionPHP simple question
how to make a document downloadable?网站跑不起来 (求助)
相关话题的讨论汇总
话题: index话题: perl话题: basedir话题: td话题: filename
进入BuildingWeb版参与讨论
1 (共1页)
\n\n
l*******e
发帖数: 1
1
用upload Form 上传文件后,怎样在相应网页上建立新文件的链接呢?
t******g
发帖数: 10390
2
加一段code往html里写连接啊.
比如:http://www.ic.sunysb.edu/stu/wmao/upload/
cgi代码相关部分:
$basedir='/usr/www/Stu/wmao/upload/';
$index = 'index.html';
open(INDEX, "$basedir$index") || die $!;
@index=;
close(INDEX);
open (INDEX, ">$basedir$index") || die $!;
foreach $index_line (@index)
{
if ($index_line =~ //)
{
print INDEX "\n";
print INDEX "
$filename$descriptio

【在 l*******e 的大作中提到】
: 用upload Form 上传文件后,怎样在相应网页上建立新文件的链接呢?
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
网站跑不起来 (求助)今天晚上 PageRank更新了
批量下载mp3音频流文件最好用什么软件?[转载] Perl for programmers(3): file operation
Chrome Safari连接不上而firefox能连接上Apache (1): Introduction
error of create ASP.net project in Visual Studio 2013 (转载)how to make a document downloadable?
how to invoke cgi in html?help with making a file downloadable on the site
显示文件列表在网页的一个Re: 如果你只有client权限Re: 谁知道怎么用FrontPage做输入密码后才能流览的网页?
请教高手:如何在html中创建link直接连到目录问一个土问题 关于 url
../的安全问题Any other ways to add password protection on NT server?
相关话题的讨论汇总
话题: index话题: perl话题: basedir话题: td话题: filename