XUpload - IIS Configuration

Message
Author
ybinyamin
Posts: 1
Joined: Mar 04, 2008 4:13 am

IIS Configuration

#1 Postby ybinyamin » Mar 04, 2008 4:15 am

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

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Mar 04, 2008 6:59 am

Add this line in all .cgi files after "use strict;"

Code: Select all

chdir('C:\.....\cgi-bin');
use your own path to cgi-bin folder