Hi
What are the steps to configure "XUpload Pro 3.0" in a new installed IIS 6.0 ?
What are the pre-requisites ? (ActivePerl ? )
What modifications and to what files are needed ?
Yossi
XUpload - IIS Configuration
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Add this line in all .cgi files after "use strict;"
use your own path to cgi-bin folder
Code: Select all
chdir('C:\.....\cgi-bin');