Hi;
I want to build a form that contain file_upload field, but user can upload as many files he wants.
So I'm looking for a method that help me making a file_upload field with a linke labled as (Add More Files), when the user click on this link, a new file_upload field will appear
Note: All the fields have the same allowed extentions
Is that possible with CF ?!
Best Regards,
Mhrde-Boy
I want to build a form that contain file_upload field, but user can upload as many files he wants.
So I'm looking for a method that help me making a file_upload field with a linke labled as (Add More Files), when the user click on this link, a new file_upload field will appear
Note: All the fields have the same allowed extentions
Is that possible with CF ?!
Best Regards,
Mhrde-Boy
Hi Mhrde-Boy,
I've never tried but you can probably do this with JavaScript either by adding extrta file uplaod inputs or by using a script based uploader.
Bob
I've never tried but you can probably do this with JavaScript either by adding extrta file uplaod inputs or by using a script based uploader.
Bob
Thanks for replay!
I expected that it could be done with JavaScript but I don't know how 😢
Can you tell me how, please?!
----
Another Question:
I used your helpfull tutorial (Adding an 'other' box to a drop-down )
http://greyhead.net/chronoforms/chronoforms-adding-an-other-box-to-a-drop-down
and it works for me fine.
But when I tried to use this in multi-langaue form it didn't work. Does this work with Multi-Langaue plugin or not?!
Sorry for my English
Best Regards,
Mhrde-Boy
I expected that it could be done with JavaScript but I don't know how 😢
Can you tell me how, please?!
----
Another Question:
I used your helpfull tutorial (Adding an 'other' box to a drop-down )
http://greyhead.net/chronoforms/chronoforms-adding-an-other-box-to-a-drop-down
and it works for me fine.
But when I tried to use this in multi-langaue form it didn't work. Does this work with Multi-Langaue plugin or not?!
Sorry for my English
Best Regards,
Mhrde-Boy
Hi Mhrde-boy,
Sorry I don't know how to do the file uplaods.
The 'add other box' should work with the Multi-Language plug-in as far as I can see. What goes wrong?
Bob
Sorry I don't know how to do the file uplaods.
The 'add other box' should work with the Multi-Language plug-in as far as I can see. What goes wrong?
Bob
Hello GreyHead,
I found this php script:
http://www.codeproject.com/KB/scripting/Multiple_file_upload.aspx
the source code is attatched.
Can I add this uploader to my form?!
I need uploader like this one,thanks in advance.
Regards
I found this php script:
http://www.codeproject.com/KB/scripting/Multiple_file_upload.aspx
the source code is attatched.
Can I add this uploader to my form?!
I need uploader like this one,thanks in advance.
Regards
Hi mhrde-boy ,
Yes, I think that should work. It will probably need a bit of tweaking to match up to your form and don't think that it will work with the ChronoForms File Upload action so you may need to hand-code anything that is needed there.
Bob
Yes, I think that should work. It will probably need a bit of tweaking to match up to your form and don't think that it will work with the ChronoForms File Upload action so you may need to hand-code anything that is needed there.
Bob
Hi GreyHead,
Can you help me with that?!
It's a little bit complicated and I am not so good with php & Javascripts /. .\
Kind Regards,
Mhrde Boy
Can you help me with that?!
It's a little bit complicated and I am not so good with php & Javascripts /. .\
Kind Regards,
Mhrde Boy
Hi mhrde-boy,
I'm afraid that realistically it's never going to get to the top of my to-do list. See if you can find a coder to help you out with this.
Bob
I'm afraid that realistically it's never going to get to the top of my to-do list. See if you can find a coder to help you out with this.
Bob
This topic is locked and no more replies can be posted.