XUpload - Error XUpload 3.1 IIS

Message
Author
danilo
Posts: 2
Joined: Jul 28, 2009 9:15 pm

Error XUpload 3.1 IIS

#1 Postby danilo » Jul 28, 2009 9:32 pm

Bye,
i have a problem with XUpload .
i have my site on localhost on xp pc.
My site is on IIS and ASP.NET.

I have to install the perl interpreter.
I have modify all cgi extension in pl
I have edit the file XUploadConfig.pm:
temp_dir => 'D:/Progetti/dev/Asp.Net/StudioPresenze/cgi-bin/temp',
target_dir => 'D:/Progetti/dev/Asp.Net/StudioPresenze/cgi-bin/uploads',
url_post => 'http://localhost/studiopresenze/post.php',

I have add this line in all .pl files after "use strict;"
Code:
chdir(D:\Progetti\dev\Asp.Net\StudioPresenze\cgi-bin');

I have modify the for action in:"cgi-bin/upload.pl"

When i click on the button for the upload... its not uploaded....
but download the file "upload.pl"

Can you help me...

thanks

Danilo

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

#2 Postby PilgrimX182 » Jul 29, 2009 7:33 am

Can't help you here - you need to configure IIS to RUN the perl files, not Download them.