uploader.txt

来自「harvest是一个下载html网页得机器人」· 文本 代码 · 共 26 行

TXT
26
字号
uploader.pl is a cgi-bin wrapper that allows a server with xlhtmlto convert xls files via the Netscape Upload form. Note: there is a file size limit of 128K. Here's the steps to get it working on Apache:1) With a editor, go to line 45 and correct the path to the xlhtml   executable on your system. You can use 'which xlhtml' if you don't know.   Also, line 1 may need changing depending on where perl is on your system.2) Copy the file uploader to /home/httpd/cgi-bin3) cd /home/httpd/cgi-bin4) chmod +x uploader.pl from the cgi-bin directory5) In the cgi-bin directory mkdir tempdata6) chmod 0007 tempdata7) In Netscape, type: http://localhost/cgi-bin/uploader.pl   and press Enter.   If it is setup correctly, you should have a form and then you can   select Test.xls if you don't have one and try it.enjoy________________________________________________________________________                                David Nicol 816.235.1187 nicold@umkc.edu                            "Atomkraft? Nein, danke!" -- Martin Schwartz                            

⌨️ 快捷键说明

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