Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter hudson4866

    (@hudson4866)

    To clarify this is the new code that I am trying to write:

    <link type=”text/css” rel=”stylesheet” href=”<?php $string = get_the_title($post->post_parent); $pos = strpos($string, “ABCDEF”); if ($pos === false) {(‘/example1.css’);} else { (‘/example2.css’);} ?>” media=”screen and (max-width: 480px)” />

    I will place this in my <head> section to call upon the mobile device.

    I have increased the a contact form that is very detailed. I have the option to upload numerous files and text areas with varying sizes. 10+ files at a time with 10 MB + in total size.
    I have the limits increased to handle the sized and have changed the php.ini files to handle the higher uploads.

    However I can’t get the plugin to send emails over 20 mb. I have talked to my hosting service and they said that they found this:

    [27-Sep-2011 23:28:28] PHP Warning: POST Content-Length of 11651481 bytes exceeds the limit of 10485760 bytes in Unknown on line 0
    [27-Sep-2011 23:31:20] PHP Warning: Maximum number of allowable file uploads has been exceeded in Unknown on line 0

    Can you help me increase this limitations so I can upload the files that I need to?

    Thanks!

    Here is the form for reference.
    https://www.codeitbarcodes.com/legacymarker/singlesubmit

Viewing 2 replies - 1 through 2 (of 2 total)