• Resolved alfredobenni

    (@alfredobenni)


    Hi, I have a problem when trying to upload more attached files over 6 or 7 mega overall.

    The code is:

    <b>DOCUMENTI:</b>
    <label> Inviare propria foto recente (obbligatorio). Solo PDF, JPG, JPEG o PNG. Massimo 2 mega</label>
    [file* file-81 filetypes: pdf|jpg|jpeg|png limit:5097152]
    
    <label> Inviare documento di identità (obbligatorio). Solo PDF, JPG, JPEG o PNG. Massimo 2 mega</label>
    [file* file-82 filetypes: pdf|jpg|jpeg|png limit:5097152]
    
    <label> Inviare curriculum in formato Europass2 minimo di 2 pagine (non obbligatorio). Solo PDF. Massimo 2 mega</label>
    [file file-83 filetypes: pdf limit:5097152]

    The directory:
    Server// wp-content / uploads / wpcf7_uploads /
    contains only an htaccess file with the inscription inside:
    “Deny from all”

    directory permissions are:
    rw- r– r–

    PHP upload: PHP charges up to 16 mega

    If I load 3 files each of 3 mega it freezes and declares “a generic error”. Where is the problem?

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

The topic ‘Multiple files update limit’ is closed to new replies.