📄 uploader.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -