I tried what you suggested and nothing uploaded at all...
I tried the following and a ../Gallery directory was created and the files were stored in this new directory.
'UploadFolder' => "../Gallery".$row_getGalleries['gallery_id'] ."/",
Progress I guess...but the problem is the directory creation completely omitted the trailing gallery_id number. I need the script to create a directory that includes the ID number from the query as part of the new directory.
The directory can either be created by the upload or I can create the directory prior to the upload, it makes no difference to me. I can perform which ever action is required, I just can't seem to get the upload to function the way the code is written.