This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 3

Upload issue on new server


  1. ROYW1000
    Member

    Hi

    I have ran the form software before on another server and 150mb uploads work fine. I have now copied it to another server but during upload I get the following.

    In the upload box after serveral minutes - HTTP Error

    Then in a dialogue box it says The Form Says "HTTP Status Event Type="http status" bubbles=false cancelable=false eventphase=2 status=500 response url=none"

    Anyone know what all this means as uploads are not currently working

    Thanks
    Roy

    Posted 11 years ago #
  2. yuniar

    Most likely your new server has different limit regarding maximum file upload size. Make sure to adjust your PHP configuration file (php.ini) and set the limit to be higher than 150MB.

    You can edit your PHP configuration file (php.ini) and set these values:

    max_execution_time = 599
    max_input_time = 599
    upload_max_filesize = 200M
    post_max_size = 200M

    the above would allow file upload up to 200MB.


    MachForm Founder

    Posted 11 years ago #
  3. ROYW1000
    Member

    Hi

    I think its because I am using a subdomain now to hos the forms.

    I will post back when I get the final results. But I have changed the URL for the forms to be non http and that has not helped so far.

    Roy

    Posted 11 years ago #

RSS feed for this topic

Reply