欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何上傳一個(gè)單純的HTML文件?

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

fileup.htm

     < html >

  < head >

< title >千花飛舞之上傳單個(gè)文件< /title >

< /head >

<body>    

< form enctype="multipart/form-data" method="post" action="fileup.asp" >
 
    輸入想要上傳的文件: < input type="file" name="f1" >

< input type="submit" value="開(kāi)始上傳" > < /form >

< /body >

< /html >


fileup.asp

< %@ LANGUAGE="VBscript" % >
    < html >

< body >恭喜,文件上傳成功!
    < % Set upl = Server.CreateObject("SoftArtisans.FileUp") % >
    < % upl.SaveAs "C: empupload.out" % >
    上傳文件字節(jié)數(shù): < %=upl.TotalBytes% >
    < /body >

< /html >

[1]

相關(guān)文章

最新評(píng)論