Page 1 of 3 123 LastLast
Results 1 to 10 of 28

Thread: Upload Limit

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

    Default Upload Limit

    To upload big video files, you need to edit php.ini file in your server.

    You can try following values

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 32M
    register_globals = On
    post_max_size = 800M
    file_uploads = On
    upload_max_filesize = 800M
    If you are on shared hosting with no access to php.ini, try adding following line to .htaccess file

    php_value max_input_time 600
    php_value max_execution_time 600
    php_value post_max_size 200M

  2. #2
    Join Date
    May 2007
    Posts
    9

    Default Re: Upload Limit

    Quote Originally Posted by admin
    To upload big video files, you need to edit php.ini file in your server.

    You can try following values

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 32M
    register_globals = On
    post_max_size = 800M
    file_uploads = On
    upload_max_filesize = 800M
    If you are on shared hosting with no access to php.ini, try adding following line to .htaccess file

    [quote:580ae]php_value max_input_time 600
    php_value max_execution_time 600
    php_value post_max_size 200M
    [/quote:580ae]

    My php.ini file on my shared server is set to 100 meg but I had problems uploading any thing over 8 meg. I added your code to the .htaccess file and if made things work correctly.

    Thanks!
    Best Regards,
    Darryl Brown
    http://www.ChristmasLightShow.Com

  3. #3
    Join Date
    May 2007
    Posts
    686

    Default

    In the extra script u add, what are the figures are they time out numbers? Cos after i added the script i seem to time out after 10 mins downloading?

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 32M
    register_globals = On
    post_max_size = 800M
    file_uploads = On
    upload_max_filesize = 800M

    Is the 600 equal to 10 minutes?

  4. #4
    Join Date
    May 2007
    Posts
    9

    Default

    Quote Originally Posted by zeffer
    In the extra script u add, what are the figures are they time out numbers? Cos after i added the script i seem to time out after 10 mins downloading?

    max_execution_time = 600
    max_input_time = 600
    memory_limit = 32M
    register_globals = On
    post_max_size = 800M
    file_uploads = On
    upload_max_filesize = 800M

    Is the 600 equal to 10 minutes?
    I use the following in my .htaccess file.

    php_value max_input_time 600
    php_value max_execution_time 600
    php_value post_max_size 100M

    I would asume that the 600 is 10 minutes. My test was with a 26 meg file and it did not get close to the 10 minute mark. I will try a bigger file.

    The code you posted goes in the php.in file that is on your server. My hosting company checked and it was set to 100 meg. So I was glad that I found a fix for that posted here.
    Best Regards,
    Darryl Brown
    http://www.ChristmasLightShow.Com

  5. #5
    Join Date
    May 2007
    Posts
    686

    Default

    Yeah thats along the lines of what i was thinking to just wanted to get admins confirmation. As Alot of files gettn uploaded seem to time out after 20 mins of uploading.

  6. #6
    Join Date
    Jun 2007
    Location
    Colorado
    Posts
    36

    Default

    Since I am using a shared hosting account, I added the following to the .htaccess file, to no avail. I am still getting the UPLOAD ERROR when I upload files that are larger than 20 MB.
    Code:
    php_value max_input_time 600
    [/b]php_value max_execution_time 600
    php_value post_max_size 100M
    I even modifyed the little script as follows in hopes that I might be able to upload these larger videos. Even with the following modification, I still get the "ERROR: Failed to open /home/youthtoo/public_html/media/templates_c/52cc8b9bce4d671b76213759133f25fb.params" error.

    Code:
    php_value max_input_time 6000
    php_value max_execution_time 6000
    php_value post_max_size 1000M
    PS, I added this to the bottom of the .htaccess file and uploaded in binary. If anyone finds a better fix for this, please let me know!

    Sincerely,
    Harrison
    http://youthtoob.com
    Always look out for Number one, and be careful not to step on Number two!

  7. #7
    Join Date
    May 2007
    Posts
    588

    Default

    tried background conversion mode in 2.4?

  8. #8
    Join Date
    Dec 2007
    Posts
    4

    Default Re: Upload Limit

    Where can I find these code on my sever php.ini, , .htaccess file pls

    help needed
    john

  9. #9
    Join Date
    Dec 2007
    Posts
    4

    Default Re: Upload Limit

    When I upload a file 23.20MB or a 13.00MB I am getting this???????

    ERROR: Unable to execute query

    UPDATE video set
    vdoname='acingSeriesHeathcotePark2007.asf',
    space=7.41,
    flvdoname='11976870081297968893.flv',
    duration='108.7' WHERE VID=10

    MySQL server has gone away

  10. #10

    Default Re: Upload Limit

    I tried to insert those values in my htaccess file, but I`m not sure where exactly to insert them . i Can`t even upload a 2 MB file

Page 1 of 3 123 LastLast

Similar Threads

  1. Guest limit
    By bigoboy in forum Template Modifications
    Replies: 1
    Last Post: 12-29-2008, 10:09 PM
  2. Does the Guest Limit Works???
    By Renew in forum General Discussions
    Replies: 5
    Last Post: 10-08-2008, 01:02 PM
  3. Video Limit For Members
    By pskill in forum Template Modifications
    Replies: 1
    Last Post: 08-01-2008, 11:22 AM
  4. Guest limit - 5000?
    By satori in forum Frequently Asked Questions
    Replies: 7
    Last Post: 08-11-2007, 09:31 PM
  5. [Request] Upload limit time or size which ever the greater
    By weasel2006 in forum Feature Requests
    Replies: 4
    Last Post: 06-25-2007, 01:08 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
  •