C
|
cgphp 5/2/2013 |
You need custom code. You can create a zip file on the fly to collect the files belonging to all the records of CHILD file. |
D
|
Domenico Giacchero author 5/2/2013 |
You need custom code. You can create a zip file on the fly to collect the files belonging to all the records of CHILD file.
|
C
|
cgphp 5/2/2013 |
Check this link: http://davidwalsh.name/create-zip-php |
D
|
Domenico Giacchero author 5/2/2013 |
Check this link: http://davidwalsh.name/create-zip-php
|
C
|
cgphp 5/2/2013 |
I'm not sure I understand what you mean. Post some screenshots of your app. |
D
|
Domenico Giacchero author 5/3/2013 |
I'm not sure I understand what you mean. Post some screenshots of your app.
|
C
|
cgphp 5/3/2013 |
Domenico, the zip solution is the best way. Saving file on the client side requires a confirmation from the user. |
D
|
Domenico Giacchero author 5/3/2013 |
Domenico, the zip solution is the best way. Saving file on the client side requires a confirmation from the user.
|
C
|
cgphp 5/3/2013 |
In the "Client after" trigger the click event for each file link using jquery. You have to check the exact path of the links in the DOM. |
D
|
Domenico Giacchero author 5/3/2013 |
In the "Client after" trigger the click event for each file link using jquery. You have to check the exact path of the links in the DOM.
|
C
|
cgphp 5/3/2013 |
Here it is a solution. In the "Client after" tab of the button enter the following code:
|