PHPfileuploader errors

  •  06-19-2009, 3:56 AM

    PHPfileuploader errors

    Hi,
     
    I'm testing phpfileuploader on our site and have a few problems.
     
    Using the single file upload example
     
    1) Uploading a 5 MB file displays a message box after the upload has taken place saying the file is too big (5.92 MB) although the max setting is 10MB
     
    2) On smaller files I get an error using the MoveTo or CopyTo functions
     
    Uploaded File:
    FileName : 1G34.pdf
    FileSize : 5206
    FilePath : /tmp/uploadertemp/persisted.442f2080-c1a6-4051-bc4f-4e440262a02a.1G34.pdf.resx

    Warning: copy(/documents) [function.copy]: failed to open stream: Permission denied in /home/charterh/public_html/phpfileuploader/phpuploader/include_phpuploader.php on line 729
     
    Any ideas?
     
    Regards,
    Cj
View Complete Thread