View Single Post
  #3  
Old 07-01-2012, 01:36 PM
Bossa Bossa is offline
New Member
 
Join Date: May 2012
Posts: 7
Quote:
Originally Posted by webizen View Post
do you none of trial or purchased license works for you? or not work for directadmin?
i install the Enterprise Edition and it working good with the directadmin
but the upload.cgi file trying to make a status.html file for each upload and its not working so the upload progress bar is nor moving ...
the upload.cgi code is here http://www.text-upload.com/read,3860867817248
like you can see in this lines ..
Code:
	my $str=qq[new Object({"state":"uploading", "size":"$total_size", "received":"0","files_done":"0"})];
	open(F,">$c->{htdocs_tmp_dir}/$sid.html");
	print F $str;
	close F;
	my $mode = 0777;
	chmod $mode,"$c->{htdocs_tmp_dir}/$sid.html";
its creat a status file ... but the litespeed not let him ...
i send email to SibSoft they say its litespeed problem ..
in nginx its working good and apache ..
please fix the bug ...
Reply With Quote