Create Upload Folder
Thanks.
I am trying this and it is not working. What I want to do is to upload to folder
Members/PrimarySchools/<?php echo $row_OrgInfo['OrgID']; ?>/
where <?php echo $row_OrgInfo['OrgID']; ?> is the dynamic text from the database.
Is this the right way to build a path to an upload folder and have File Upload create the folder if it does not exist?
Dexter