Guess I misunderstood the scenario.. my first thought was that they wanted
to transfer the images from one CF-Server to another... uploading from the
client could be done with a batch file that could be fired by CFEXECUTE.
Chris
> -----Ursprüngliche Nachricht-----
> Von: Allan Pichler [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 1. Februar 2001 20:19
> An: CF-Talk
> Betreff: RE: Batch Image Upload
>
>
> Is it just me, but CFDIRECTORY grabs a directory of the server,
> so you can't
> use that to do a batch upload of images from a client!
>
> Allan Pichler
>
> -----Original Message-----
> From: Christoph Schmitz [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, February 01, 2001 10:37 AM
> To: CF-Talk
> Subject: AW: Batch Image Upload
>
>
> Hi,
>
> I guess I would do a CFDIRECTORY where the images are located and
> then just
> upload them using CFFTP
>
> <CFDIRECTORY action="list"
> directory="F:\whateverDir\"
> filter="*.jpg"
> name="imgQuery">
>
> <cfftp action="OPEN" connection="ftpCon"...>
> <CFLOOP query="imgQuery">
> <CFFTP action="putfile" connection="ftpCon"
> localfile="F:\whateverDir\#imgQuery.name#" ...>
> <cfloop>
>
> HTH,
>
> Chris
>
>
> > -----Ursprüngliche Nachricht-----
> > Von: Jason Larson [mailto:[EMAIL PROTECTED]]
> > Gesendet: Donnerstag, 1. Februar 2001 17:35
> > An: CF-Talk
> > Betreff: Batch Image Upload
> >
> >
> >
> > I was wondering if anyone has a custom cf tag, or some ideas to
> > accomplish a
> > batch image upload. I have a client that will be taking about 10
> > pictures a
> > day on 10 different construction projects. They want to have the
> > capability
> > to upload the images in a batch process without using a FTP
> > utility, for the
> > sake of saving time. I have been brewing this over the last
> couple of days
> > and any suggestions on how to accomplish this would be of great help.
> >
> > Thanks
> >
> > Jason Larson
> > [EMAIL PROTECTED]
> >
> >
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists