Hello,
I am trying to setup two filezones in one form with uploading them to different folders. The problem I am facing is when I try to upload from second filezone, the thumbnail is displaying in the first filezone (I hope I am making sense). Please help me with this.
Two Filezones in one form
3 years ago
3 years ago
#1
3 years ago
#2
Ok,
Post your code in the controller and view files.
Post your code in the controller and view files.
3 years ago
#3
The trick with the multiple filezones on one page/ form is to pass in the settings and ensure you have the right paths set in it and the right ids.
This is an example module for bands and their members:
In the Bands module, I loaded in the settings of the Show() method:
and then for this example, a few hard-coded '$update_id' in the view show.php
here is a link to the live example:
Let me know if all that helped.
Cheers,
Si
This is an example module for bands and their members:
In the Bands module, I loaded in the settings of the Show() method:
and then for this example, a few hard-coded '$update_id' in the view show.php
here is a link to the live example:
Let me know if all that helped.
Cheers,
Si