cgi4upld.bas

来自「加入一个用VB编写CGI的VB源程序。(你需要在Win98上首先安装20Pers」· BAS 代码 · 共 27 行

BAS
27
字号
Attribute VB_Name = "cgi4upld"
Option Explicit
'-----------------------------------------------
'CGI4upld File upload
'Author : Kevin O'Brien [obrienk@pobox.com]
'                       [obrienk@ix.netcom.com]
'Version 1.1 (September 1997)
'Requires CGI4VB.BAS and CGI4RTN.BAS
'-----------------------------------------------
'
'Warning!
'--------
'This is an exercise in handling multipart headers.
'I myself would never make my own PC available for
'anonymous file uploads, and I assume you won't either.
'
'The dangers, I hope, are obvious.
'See: http://www-genome.wi.mit.edu/WWW/faqs/www-security-faq.html
'
'Use it as an educational tool, and not as an opportunity
'to shoot yourself in the foot.
'----------
'Attention!
'----------
'Voici un exercise pour manier les "multipart headers".
'Moi, je n'ouvrirais jamais mon propre ordinateur pour permettre
'les inconnus 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?