Two problems:
1.) My form has the option to upload 5 files. If I choose to add just one file and submit the form, I get an error message that I need to add more files even though this is not a required field.
2.) When I select 5 files to upoad, per the form, the files have been uploaded successfully, however I do not se them anywhere.
I have edited the config file a couple different ways but never seem to be able to find the uploaded files:
define('UPLOAD_DIR', './data/images');
Help? Are there any detailed instructions for using this option? Is there another option I should be using for multiple file uploads? These files are images and I have set them up as:
define('UPLOAD_FILETYPE_ALLOW','jpg;gif;png;pdf');
