Problem with multiple file upload
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 48
- Joined: Sat Nov 23, 2019 1:12 pm
Problem with multiple file upload
Hi, can someone help me with form my page? Unfortunately, there are difficulties with uploading multiple files. In File upload field settings, "Accept multiple files" is checked. Despite of the fact that my form sends only one file. How can I solve the problem? For any help would be very grateful. Here is a link to the contact page: http://www.klavierstimmer.com/kontakt.php
Re: Problem with multiple file upload
In HTML to accept multiple values, the input name must have brackets.
For example:
For example:
Code: Select all
FileUpload[]
-
-
- Posts: 48
- Joined: Sat Nov 23, 2019 1:12 pm
Re: Problem with multiple file upload
Thanks, where can I change that way?
Re: Problem with multiple file upload
You can set the name in the properties of the file upload object.
See your own screenshot.
See your own screenshot.
-
-
- Posts: 48
- Joined: Sat Nov 23, 2019 1:12 pm
Re: Problem with multiple file upload
I have changed. Unfortunately, I can not get a file now.
Re: Problem with multiple file upload
It looks like you have added a lot of spaces after the brackets.
-
-
- Posts: 48
- Joined: Sat Nov 23, 2019 1:12 pm
Re: Problem with multiple file upload
I changed again. But nothing happens!
Re: Problem with multiple file upload
In that case please try this:
http://www.wysiwygwebbuilder.com/fileuploader.html
http://www.wysiwygwebbuilder.com/fileuploader.html
-
-
- Posts: 48
- Joined: Sat Nov 23, 2019 1:12 pm
Re: Problem with multiple file upload
Extension does not fit the design. At the moment only one file will continue to upload with my form possible. I wish in the future the problem will be solved in the program.
Re: Problem with multiple file upload
I have set the Accept Multiple Files in the upload form and have set the FileUpload property to add [] with no spaces. I can select multiple files and the selection box states that 2 files have been selected, yet when I submit the form, the email arrives with only the last file selected attached to the email. Any help on this problem?
Re: Problem with multiple file upload
The built-in PHP script does not support multiple files for a single input field.
This option requires a custom script.
This option requires a custom script.