We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 46867
    • 4 Posts
    Hello friend,

    This is my new assignment and I use eform tool for submitting contact details with 5 attachments....

    1) But on the time of sending files, eform only send total less than 8MB files not more than that in one time processing. So how can I send more than 8MB files in one time processing?

    2) In this process after 6 min page get blank this can happen only if we try to upload more than 8MB files. So how to resolve this point also?


    In this eform less than 8MB send easily and I also use the hidden field with value "25664000".

    Please help me.... How to resolve these points...


    Thanks
      • 13428 ☆ A M B ☆
      • 1,031 Posts
      Should have something to do with post_max_size. But it is not a real solution to increase that value since the form submission would give not a real status report until all attachments are uploaded.

      Maybe you should change the upload process to something ajax based i.e. https://github.com/Jako/AjaxImageUpload for images.
        • 46867
        • 4 Posts
        Thanks Jako for reply....

        According to php.ini file post_max_size is 10G and now I try this "Ajax Image Upload" but my basic requirement is to update with the eform.

        So can you please send some more information for my issues. So it will help me...

        On more thing can you please tell me how my uploading page get blank after 6 min without any PHP or Javascript error. I already enable all the errors which is required in the form....

        Thanks,
          • 13428 ☆ A M B ☆
          • 1,031 Posts
          It is quite difficult to send some more information since there is not much information from your side.