I want to use the script XUpload for my website,
I code all on my local server.
And when I want to upload something,
the popup opens and there stands
"Premature end of script headers: upload_status.cgi"!
By the way I use XAMPP on WinXP.
Script: XUpload 2.6
Browser: Firefox 3
OS: WinXP SP1
Codestarting of the upload_status.gci:
Code: Select all
#!"C:\Programme\xampp\perl\bin\perl.exe" -w
### XUpload v2.6
### SibSoft.net (18 Jan 2007)
use strict;
use CGI::Carp qw(fatalsToBrowser);
use lib '.';
use XUploadConfig;
use HTML::Template;
[...]