How to upload large files?

  • Hi there,
    I use swfupload on my debian server.


    I have already incrased limits in my php options to:


    But it writes me 2038 error after 500-600MB uploading. I can upload files with 200mb, or 300MB, but can't upload 700MB large files.


    I can't find any solutions. I tried to google it, but only says have to incrase limits. I have already did it, but not work.


    post_max_size 9999,
    upload_max_filesize 9999,
    max_execution_time 9999,
    max_input_time 9999,
    memory_limit 500,


    But not working for me. I have no more idea. I have tried other uploaders, but same error. How can I fix it? What is the solution?

  • Hello ;


    Please, provide more details about your configuration (Fcgid, FastCGI, ITK, php-fpm ?).


    Thanks you for using i-MSCP.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206


  • Hello ;


    Please, provide more details about your configuration (Fcgid, FastCGI, ITK, php-fpm ?).


    Thanks you for using i-MSCP.



    This is my fcgid_imscp.conf ....


    It should work, 'Cos limit's are much higher than 1024MB ...
    (sorry about mutliple account, but it's windows. The other from Linux.. I don't know my passwords... :-D )


    If I know well, I don't use ITK, php-fpm.


    ITK needs more resources from my server. I don't have a lot of resources... :-( And it's only for more user needed...


    PHP-FPM is an alternative to fcgid. But you know these things...

    Edited once, last by ttjanos ().

  • Is there any log file where I can see what's wrong?