Skip to content

Instantly share code, notes, and snippets.

@mmccall10
Last active August 29, 2015 14:03
Show Gist options
  • Save mmccall10/782f6172a115f2feae04 to your computer and use it in GitHub Desktop.
Save mmccall10/782f6172a115f2feae04 to your computer and use it in GitHub Desktop.
File Selector Concrete5
<?php
defined('C5_EXECUTE') or die("Access Denied.");
$al = Loader::helper('concrete/asset_library');
//$al->file for all files
$al->file(‘thumbnail’, ‘thumbnailFileID’, ‘Select Thumbnail’);
//$al->image for images only
echo $al->image($formElementID, $formName, $chooseText, $fileObject = null);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment