View Single Post
  #3  
Old 02-23-2010, 10:28 AM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
Quote:
Originally Posted by chernann View Post
PHP Code:
        $source $HTTP_POST_FILES['userpic']['tmp_name']; 
Under 4.012 and Apache $source will return the temporary file location of the file (e.g. /tmp/adoije)
Maybe it related to

http://www.litespeedtech.com/support...ead.php?t=3757
Reply With Quote