Maybe it won't work for you on this job, but CF has a way to handle this in every respect except the sheer size of the job::

Use CFFILE as usual and only accept the MIME type application/x-zip-compressed.

You could then use Ben Forta's CFX_Zip to do the unzipping, and take the resulting file list (if cfx_zip doesn't give it to you, use cfdirectory) and use that to build up your post-upload description form, db entries etc. etc.

Using CFFILE limits you to about 4mb of upload due to an IIS bug.  I've gotten away with 5.6 mb, but I wouldn't bet on that being anything you can rely on.

CFFTP could be used instead, I suppose.  Never really needed to do BIG uploads with CF.

--
-------------------------------------------
Matt Robertson,     [EMAIL PROTECTED]
MSB Designs, Inc. http://mysecretbase.com
-------------------------------------------

--
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to