Results 1 to 3 of 3

Thread: error

  1. #1

    Default error

    Can someone tell me what this means?

    Temporary File Name :
    File Size :0
    File Type :
    File Name :test.wmv
    [ERROR: 1] The uploaded file exceeds the upload_max_filesize directive in php.ini

  2. #2

    Default Re: error

    Quote Originally Posted by hilariouslaugh.com
    Can someone tell me what this means?

    Temporary File Name :
    File Size :0
    File Type :
    File Name :test.wmv
    [ERROR: 1] The uploaded file exceeds the upload_max_filesize directive in php.ini
    The clue might be in the error message if you read it really closely?

    Have you checked the settings in your php.ini file? I'm no expert, but it looks like the filesize set in that may be smaller than the file you are trying to upload. It's a long shot I know.

    If you have access to this file (some hosts don't allow access), modify it. If you don't have access, then the only option available to you, is to modify the .htaccess file.

    Use the search button, there is plenty of info about this procedure.
    Look, it's not steep till you need to stop ok !

  3. #3
    Join Date
    Apr 2007
    Posts
    2,202

    Default

    Go to

    http://hilariouslaugh.com/vshare/phpinfo.php

    Search for "upload_max_filesize"

    You will see a 2 MB

    That is the upload file size limit set on your server.

    Contact your web host to increase the file size limit.

    See the requirements

    http://www.vshare.in/requirements.html

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •