| Post |
|
Guest
| antony 9:32 pm June 5, 2009
| |
|
|
I want users to be able to upload a selection of images with their form. Looks like CForms file upload feature just supports one file at a a time. Does anyone know if multiple files are supported or have any suggestions on how to accomplish this, other than telling users to zip the files up?
Thanks.
|
|
|
Member | sarahann posts 10 9:31 am June 17, 2009
| |
|
|
I'm trying to do multiple file uploads on a dynamically generated form, as well. I'd welcome any input!
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:42 pm June 17, 2009
| |
|
|
simply add more upload fields…
|
|
|
|
|
Member | sarahann posts 10 5:46 am June 19, 2009
| |
|
|
super.
On the help section for dynamic forms, it says you can only use one upload field per generated form? Really basic tests of this tell me i can, but is there a limitation of wp or the system that would limit this?
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:30 am June 19, 2009
| |
|
|
oops. not sure if this has been a copy/paste error or if there in fact has been an issue, I can't recall but I also can't think of any reason why it shouldn't support more than one upload field.
ps: thanks for reading the Help! page…it's refreshing for a change 
|
|
|
|
|
Guest
| printville 11:35 pm March 8, 2012
| |
|
|
i'm in a similar scenario: is there a way to dynamically add or have the end user add more upload fields to a per-existing form layout? For instance, if the form has one upload field currently, but the end user needs to upload 4 files. is there a way to dynamically add more upload fields?
|
|
|
Admin
| Oliver Munich, Germany posts 6237 7:02 am March 12, 2012
| |
|
|
You could add 5 fields to your form, hide 4 of them via CSS and add a custom button via jQuery at run-time.
Pressing that button then displays the hidden fields one by one…just a thought.
|
|
|
|