+ Reply to Thread
Results 1 to 4 of 4

Thread: File size limit I can upload on my site ?

  1. #1
    hqt
    hqt is offline
    Junior Member hqt is on a distinguished road
    Join Date
    Jan 2011
    Posts
    2

    File size limit I can upload on my site ?

    My account is "hqt" box7 . I use phpbb forum and I set limit file size my user can upload about 8mb but when I try to up a file about 4mb, I don't see any thing, I guess upload failed, a file smaller is successful. . But when I try to upload the same file 4mb via FTP is upload successfully. I don't know the error about my forum or limit file size host ? Somebody can help me about this problem. Thank you!
    And this is a HOST excellent I have ever used

    Excuse me for my poor English.
    Last edited by hqt; 01-05-2011 at 07:26 AM.

  2. #2
    Super Moderator Amator is on a distinguished road Amator's Avatar
    Join Date
    Sep 2010
    Location
    Kiev, Ukraine
    Posts
    1,463

    Re: File size limit I can upload on my site ?

    Hello! I'm also using phpBB for my forum. On mane page of ACP you can find something like Server information(PHP information) in the upper block at left. Click on it and find line upload_max_filesize - it's limit for uploading. Or you can create phpinfo.php file on server and insert code
    PHP Code:
    <?php
    phpinfo
    ();
    ?>
    Then open it in browser and find same line.
    Прочитайте перед созданием темы
    No support via PM - forum is for support.

  3. #3
    hqt
    hqt is offline
    Junior Member hqt is on a distinguished road
    Join Date
    Jan 2011
    Posts
    2

    Re: File size limit I can upload on my site ?

    Thank you Amator, it is really useful to me I see upload_max_filesize 32M and I also find post_max_size is 2M, Is that why I can't upload a file larger 2M on post ?
    So that setting is forced on sever or I can change it ?
    Last edited by hqt; 01-05-2011 at 11:44 AM.

  4. #4
    Super Moderator Amator is on a distinguished road Amator's Avatar
    Join Date
    Sep 2010
    Location
    Kiev, Ukraine
    Posts
    1,463

    Re: File size limit I can upload on my site ?

    It's setting of php.ini and you can't change it.
    Прочитайте перед созданием темы
    No support via PM - forum is for support.

+ Reply to Thread

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34