久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術文章
文章詳情頁

以文本方式上傳二進制文件的PHP程序

瀏覽:38日期:2024-01-23 10:11:51
現在有的站點上傳文件的時候會自動在文件前面加入Content-type: image/gif等頭標,導致二進制文件被破壞。因此,我編寫了以文本方式上傳二進制文件的PHP程序。 一共兩個文件:index.php,action.php。將要上傳的文件的文件名改為test,與這兩個文件放在一起,運行index.php,選讀取,將讀取的所有數據Copy,在遠端服務器上面也運行這個程序,Paste到輸入框中,選保存。二進制文件就被上傳了。 index.php --------------------------------------------------------- <html> <head> <title>以文本方式上傳二進制文件的PHP程序</title> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> </head> <body bgcolor="#FFFFFF"> <table width="760" border="0" cellspacing="0" cellpadding="0" height="25"> ;;<tr> ;;;;<td> ;;;;;;<div align="center"><b>圖片上傳</b></div> ;;;;</td> ;;</tr> </table> <table width="760" border="0" cellspacing="0" cellpadding="0"> ;;<tr>;;;;;;<td> ;;;;;;<form name="form" method="post" action="action.php" target="_blank"> <div align="center"> ;;<textarea name="pic" cols="80" rows="15"></textarea> ;;<br> ;;<input type="radio" name="view" value="0" checked> ;;保存   <input type="radio" name="view" value="1"> ;;試看   ;;<input type="radio" name="view" value="2"> ;;讀取<br> ;;<input type="submit" name="OK" value=" 確 定 "> ;;  ;;<input type="reset" name="RESET" value=" 取 消 "> </div> ;;;;;;</form> ;;;;</td> ;;</tr> </table> </body> </html> --------------------------------------------------------- action.php --------------------------------------------------------- <?
標簽: PHP
主站蜘蛛池模板: 涞源县| 靖西县| 郓城县| 分宜县| 昭平县| 开平市| 罗城| 昌吉市| 三原县| 札达县| 黄梅县| 宿州市| 深水埗区| 商丘市| 永济市| 莫力| 夏邑县| 彩票| 兖州市| 桦甸市| 江达县| 友谊县| 道孚县| 蚌埠市| 天等县| 杨浦区| 林芝县| 兴海县| 句容市| 泸溪县| 岳池县| 额尔古纳市| 淮滨县| 武定县| 托克逊县| 衡水市| 车致| 循化| 昌黎县| 崇文区| 仙桃市|