Another way could be to allow ftp uploads. From the upload session, create
an upload directory under the ftp-root with anonymous access, and give the
dir a unique id.

Launch it in with a ftp:// link in a new window -- for clueless users this
will look very similar to an File Explorer window, so if they know how to
copy files they should be able to do it here. (you can also give a unique
user/pass to the session and use that in the link ftp://user:[EMAIL PROTECTED]/dir

Only allow upload for a limited window to that directory. Perhaps let the
user click a button from the main window when the upload is done, and then
you process the images.


-------------------------------------------------------------
Hugo Ahlenius                  E-Mail: [EMAIL PROTECTED]
Project Officer                Phone:            +46 8 230460
UNEP GRID-Arendal              Fax:              +46 8 230441
Stockholm Office               Mobile:         +46 733 467111
                               WWW:       http://www.grida.no
-------------------------------------------------------------



| -----Original Message-----
| From: John Munyan [mailto:[EMAIL PROTECTED]
| Sent: Tuesday, November 25, 2003 02:26
| To: CF-Talk
| Subject: RE: Advise about how to upload multiple files
|
|
| Just checked I was able to upload 50mb compressed zip.  However, doing
| this caused jrun.exe to swell something fierce (about 100mb).  At the
| moment I have barely enough memory for this, but am wondering if
| jrun.exe will relinquish this memory, hold onto it for reallocation of
| subsequent steps, or just keep ballooning.  Any thoughts?
|
|
|
| -----Original Message-----
| From: Matt Robertson [mailto:[EMAIL PROTECTED]
| Sent: Monday, November 24, 2003 4:54 PM
| To: CF-Talk
| Subject: RE: Advise about how to upload multiple files
|
|
|
| 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