Hello, all,
I'm attempting (for the VERY first time) to code a function that will take files posted via HTML5 form from an <input type="file" multiple="multiple" name="images" /> tag.
Specifically, how do I determine how many files were selected for upload on the server-side?
The aim is to use CFFILE to READASBINARY the images, then insert them directly into a MySQL database. (This last part I think I've got down pat.)
V/r,
^_^