<div class="form-group"> <label class="control-label"><?=t('Add uploaded files to folder')?></label> <?php $selector = new \Concrete\Core\Form\Service\Widget\FileFolderSelector(); echo $selector->selectFileFolder('addFilesToFolder', $addFilesToFolder); ?> </div>
You are allowed to delete your post for 5 minutes after it's posted.
Delete
Are you sure you would like to mark this post as spam?
Mark as Spam
This script will report this post as spam and add a permanent IP ban for this user, type "DESTROY" below to continue.
DESTROY SPAMMER
You must have a user account and be signed to perform this action.
There is a FileFolderSelector widget.
https://github.com/concrete5/concrete5/blob/develop/concrete/src/For...
Here is an example of it being used in the Express Form block:
https://github.com/concrete5/concrete5/blob/develop/concrete/blocks/...
I am not sure on the specifics of how it is used though.