Multiple uploads do not work

Resolve multiple file upload failures in CF.

Overview

The issue occurs due to incorrect field naming and insufficient folder permissions.
Ensure each upload field uses the correct naming convention, verify the upload path in Global Configuration, and set the target folder permissions to 755.

Answered
da dave18 20 Jan, 2016
Hello, I have created a form here http://www.nafitalia.com/denuncia-sinistro with a few upload fields.

Here is the files config:

field10:jpg-png-gif-doc-docx-pdf-txt
field13:gif-jpg-jpeg-png-tif-tiff-bmp-rle-dib-raw-ico-icon-cdr-psd-pdd-pdf
field14:doc-docx-pdf-odt-ods-odp
field15:doc-docx-pdf-odt-ods-odp
field16:xls-xlsx-xlsm-xltx-xltm-xlsb-xlam-doc-docx-docm-dotx-dotm-pdf-jpg-jpeg-png

Here is the upload path: public_html/images/uploads/

The folder has 644 permission and has a index.html file into it.

However it doesn't work.

What can I do to debug this? Thanks in advance.
da dave18 22 Jan, 2016
Answer
Hello, I have figured out the problem myself.

I changed the field10 with file10 and found out the correct upload path via Global Configuration, then set 755 on the folder.
This topic is locked and no more replies can be posted.