I am using CFFile for uploading documents using Cold Fusion 8
in my Intranet environment. Each record has a limit of 20 documents
that can be uploaded into MySQL database. It seems if I upload
mulitple documents at around 1mb it takes less than a minute to
complete. The problem seems to be when I upload muliptle documents
that are bigger.
If I attempt to upload 2 documents each over 25mb it takes
around 10 minutes.
Anyone have suggestions on alternatitve way to do this or
should I just limit size of each upload to 4mb and less?