Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: Uploading and File Size Increase

  1. #11

    Default Re: Uploading and File Size Increase

    Quote Originally Posted by devarioj
    oh you dont actualy change the phpinfo.php coding...
    That file is just used to tell you what your server setting are.

    You change those values by

    1) loggin into your server
    2) locating your currently used php.ini file
    3) modify it with the VII editor by looking for the line that has MAX_UPLOAD_LIMIT or something to that effect...
    4) save it and restart the server then check the phpinfo.php to ensure that the setting was changed.
    2) locating your currently used php.ini file
    Where?

    I cant see this file.

    Thanks for your assistance.

    Dafydd

  2. #12
    Join Date
    May 2007
    Posts
    212

    Default Re: Uploading and File Size Increase

    I meant logging on to your PHYSICAL server.

    if you are on shared hosting you cannot do this

  3. #13

    Default Re: Uploading and File Size Increase


  4. #14

    Default Re: Uploading and File Size Increase

    After a quick check and assistance (host) the upload capability is now changeable.

    phpinfp.php will provide the actual maximum available.

    Altering the upload involves changing the upload.tpl file look for the script:
    FROM:
    100mb limit is:

    <table width="100%" cellpadding="5" cellspacing="0" border="0">
    <tr valign="top">
    <td width="200" align="right"><span class="label">File:</span></td>
    <td><div class="formHighlight"><input type="hidden" name="MAX_FILE_SIZE" value="1048576000">

    TO:
    200mb limit is:

    <table width="100%" cellpadding="5" cellspacing="0" border="0">
    <tr valign="top">
    <td width="200" align="right"><span class="label">File:</span></td>
    <td><div class="formHighlight"><input type="hidden" name="MAX_FILE_SIZE" value="2097152000">


    The value is calculated by xxxmb x 1024 x 1024 = bytes value

    I now have sufficient for my HD members.

    Dafydd

  5. #15
    Join Date
    May 2007
    Posts
    212

    Default Re: Uploading and File Size Increase

    HD members???

    how do u achieve HD quality vids?

  6. #16

    Default

    Hi everyone. I have a problem, in my php.ini the max upload value is 250MB, but some users can upload bigger files. Today, someone uploded a 960 MB file.
    An idea?
    Thanks.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Column size increase
    By djdubuque in forum Template Modifications
    Replies: 2
    Last Post: 06-05-2008, 07:39 AM
  2. increase the size of profile pic
    By harvey in forum General Discussions
    Replies: 4
    Last Post: 02-26-2008, 03:01 AM
  3. How can I increase max upload file size?
    By mynameisdi in forum General Discussions
    Replies: 2
    Last Post: 02-22-2008, 06:20 AM
  4. Increase size of Profile Pic
    By zmoore in forum Template Modifications
    Replies: 4
    Last Post: 01-09-2008, 04:31 AM
  5. Increase the Size of Sontent Template
    By west in forum Template Modifications
    Replies: 1
    Last Post: 10-09-2007, 12:40 AM

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
  •