Recently I learned that the major browsers will stop supporting Flash-driven apps. So I need an alternative to the existing CF flash-based multi-image upload tool.
Not looking to hard code. Hopefully, there is a similar app to use.
<cffileupload
name = "uploadDemo"
url="uploadfiles10.cfm?folderid=#getfolder.folderid#"
progressbar="true"
addButtonLabel = "Select File(s)"
clearButtonLabel = "Clear"
width="500"
height="400"
title="Multiple Image Upload Tool"
maxUploadSize="100"
maxFileSelect="25"
extensionfilter="*.jpg"
uploadButtonLabel="Upload"
>