Forums

Server side file picker

jbudd 07 Mar, 2010
Can anyone suggest how to get a file picker into Chronoforms?

eg to select an image already uploaded and attach it to a record
GreyHead 10 Mar, 2010
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.
GreyHead 11 Mar, 2010
Hi jbudd,

You could almost certainly hack the code to let you access other folders . . .

Bob
This topic is locked and no more replies can be posted.