GUID Error!

Last post 02-10-2012, 3:40 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  02-10-2012, 10:51 AM 72981

    GUID Error!

    I'm getting the following error:
     
    Server side exception, failed to upload TableFilter_EN.zip

    Debug Information:
     
    Guid Error !
     
     
    I've set the following variables:
    1. <?php  
    2.     $uploader=new PhpUploader();  
    3.       
    4.     $uploader->MultipleFilesUpload=true;  
    5.     $uploader->InsertText="Upload Multiple File (Max 50M)";  
    6.     $uploader->TempDirectory="/upload";  
    7.                       $uploader->SaveDirectory="/uploadertemp";  
    8.                       $uploader->MultipleFilesUpload=true;  
    9.     $uploader->MaxSizeKB=5024000;      
    10.     $uploader->AllowedFileExtensions="jpeg,jpg,gif,png,zip";   
    11.       
    12.     $uploader->Render();  
    13. ?>  
     
    I'm not sure what could be causing the error.
     
     
     
  •  02-10-2012, 3:40 PM 72986 in reply to 72981

    Re: GUID Error!

    Hi mybludrunsorange,
     
    Your page got the permission problem of the default php temp folder. Please give the write/read permission to your site of the php temp folder.
     
    Regards,
     
    Ken 
View as RSS news feed in XML