View Single Post
  #29  
Old 04-27-2011, 08:08 PM
NiteWave NiteWave is offline
LiteSpeed Staff
 
Join Date: Sep 2009
Posts: 2,220
php settings looks ok.

1.Server –>Tuning–>Max Request Body Size (bytes) ?

2.check permission of upload/:
Quote:
$target = "upload/";
try and see:
chmod 777 upload/
Reply With Quote