Help 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
- alexoliveira
-
- Posts: 232
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Help File Upload
urgent guys in a way to receive the images in the form, the file upload is not working as it has to work, when adding more images does not arrive in the email and I urgently need to solve this.
S.A
Re: Help File Upload
What exactly did you do?
What are your settings?
What did you expect to happen?
Can you please be more specific?
What are your settings?
What did you expect to happen?
Can you please be more specific?
- alexoliveira
-
- Posts: 232
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Help File Upload
I made a real estate website, where we will have the real estate appraiser, in this appraiser the person will fulfill the requirements and then attach as images of the properties.
but unfortunately when finishing the form only an image arrives in the email.
I need a way for the person to upload as many images as they want of the property to complete the evaluation.
follow the evaluator link to better understand https://jbastosimoveis.com.br/avaliador.php
but unfortunately when finishing the form only an image arrives in the email.
I need a way for the person to upload as many images as they want of the property to complete the evaluation.
follow the evaluator link to better understand https://jbastosimoveis.com.br/avaliador.php
S.A
Re: Help File Upload
To support multiple uploads, you will have to use brackets in the name of the input field.
See also the notes about this in the help.
Also, I do not recommend to use spaces in the name.
https://www.wysiwygwebbuilder.com/forum ... hp?t=64868
See also the notes about this in the help.
Also, I do not recommend to use spaces in the name.
https://www.wysiwygwebbuilder.com/forum ... hp?t=64868
- alexoliveira
-
- Posts: 232
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Help File Upload
I don't understand what I have to do, could be more specific, I will be grateful for the help?
S.A
- BaconFries
-
- Posts: 5793
- Joined: Thu Aug 16, 2007 7:32 pm
Re: Help File Upload
Did you read the help file? You will need to add brackets [] (square) to the name='file[ ]' I would also add multiple to the input.I don't understand what I have to do, could be more specific
Example of how it should look...
Code: Select all
<input type='file' name='files[]' multiple />
Re: Help File Upload
The name of the file input file is currently:
It should be
The brackets are needed to support multiple files. This is documented in the help.
Code: Select all
Upload imagem
Code: Select all
upload_imagem[]
- alexoliveira
-
- Posts: 232
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
- alexoliveira
-
- Posts: 232
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Help File Upload
I followed the steps and got it, thank you so much friends for the usual help, I love being part of this family.
S.A
Re: Help File Upload
You do not need to write any code.right, but where should I add this code?
You will need to change the name property of the input filed from
Code: Select all
Upload imagem
Code: Select all
upload_imagem[]