21287 Posts in 5733 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 121 Views |
-
Select Photo From Already Attached To Page

26 July 2012 at 4:40am Last edited: 26 July 2012 4:45am
I have a page that has the ability to add numerous images to it with UploadField
public static $many_many = array(
'Images' => 'Image'
);$f = new UploadField('Images', 'Photos');
I want the user to be able to select a default photo to be used in the template side of things. So I want to setup another field where the user can pick from the photos already attached to the page and this can be called specifically on the template.
Unless somebody has a better idea.
| 121 Views | ||
|
Page:
1
|
Go to Top |

