Can anyone suggest how to get a file picker into Chronoforms?
eg to select an image already uploaded and attach it to a record
eg to select an image already uploaded and attach it to a record
Hi jbudd,
I'd use the Joomla JFile/JFolder code* to get a list of files in a folder and the use that list to create a drop-down for the user to select from. This would be a text list. I guess you could equally create an image gallery with links that would do the same thing.
Bob
* Or you could get the list from a database table if they've been saved there.
I'd use the Joomla JFile/JFolder code* to get a list of files in a folder and the use that list to create a drop-down for the user to select from. This would be a text list. I guess you could equally create an image gallery with links that would do the same thing.
Bob
* Or you could get the list from a database table if they've been saved there.
Thanks for the suggestion Greyhead
I found a plugin - http://extensions.joomla.org/extensions/tools/development-tools/9353
which displays the Joomla Media Manager. It seems to be strictly confined to images/stories though and I would have to access different folders.
For the moment I'll stick with a picture upload from the form.
I found a plugin - http://extensions.joomla.org/extensions/tools/development-tools/9353
which displays the Joomla Media Manager. It seems to be strictly confined to images/stories though and I would have to access different folders.
For the moment I'll stick with a picture upload from the form.
This topic is locked and no more replies can be posted.