Results 1 to 5 of 5

Thread: Upload question

  1. #1
    Join Date
    May 2007
    Posts
    9

    Default Upload question

    Hello,

    I am trying a new server out and I had problems uploading a 22 meg file. Vshare gave me the following message. I have never seen this before, in the pass it would time out.

    Temporary File Name :
    File Size :0
    File Type :
    File Name :Chapter 14.avi
    The file you are trying to upload is too big.

    I emailed the host company to see what the limit is set to in the php.ini file and I also added the code recommended in this thread...

    http://forums.buyscripts.in/viewtopic.php?t=9

    On the other server I am using it did the trick, but not on this new one. I am assuming the php.ini file is set to 100 meg. If they come back and tell me that I am correct then where else could this problem be fixed?
    Best Regards,
    Darryl Brown
    http://www.ChristmasLightShow.Com

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

    Default

    You see the error because the file is not uploded to the server, this may be due to php.ini setings or some server problem.

    What is the site url ? if you post site url, i can check your phpinfo to verify this.

  3. #3
    Join Date
    May 2007
    Posts
    9

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

    Default

    Your script execution time is only 30 seconds, you must increase that, also upload_max_filesize 16M

    Make the settings as per - http://www.vshare.in/requirements.html

  5. #5
    Join Date
    May 2007
    Posts
    686

    Default

    Even if you change yor htaccess as per instructions you also need to make sure the php.ini is the same, my hosting company did some investigating for me, and they found the script will timeout if the settings in htaccess are not the same as your php.ini so make sure they are. Also shared hosting will restrict you a heap as you may not get to change the php.ini.

Similar Threads

  1. a few question if you could help please
    By hackeruk in forum Installation Support
    Replies: 2
    Last Post: 05-28-2008, 08:42 PM
  2. Video Upload Size Question
    By darotweiler in forum Installation Support
    Replies: 1
    Last Post: 04-14-2008, 05:33 AM
  3. Question??????
    By apj5621 in forum General Discussions
    Replies: 3
    Last Post: 01-25-2008, 06:13 AM
  4. Question before buy
    By mila in forum Sales Questions
    Replies: 2
    Last Post: 01-22-2008, 09:48 AM
  5. Just a question
    By jcoxy4 in forum Sales Questions
    Replies: 1
    Last Post: 07-25-2007, 06:20 PM

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
  •