RE: Multiple image uploads

2003-06-25 Thread webmaster
Goto Devex http://www.macromedia.com/cfusion/exchange/index.cfm#loc=en_us&view=sn130&vi ewName=ColdFusion%20Exchange and on the first page there is a custom tag called CFFile_Upload... Works like magic. Eric Datastream Connexion -Original Message- From: Mark Stephenson - Evolution Inte

Multiple image uploads

2003-06-25 Thread Mark Stephenson - Evolution Internet
What would be the best way to hand multiple uploads from a form... there are 2... and also how do i grab the value of a field that I have just inserted into??? I have a form (http://www.cfmevolution.co.uk/richmond2/administration username: markstephenson password: trustno1) to add business infor

RE: CFFILE :: Multiple image uploads?

2001-02-08 Thread Paul Ihrig
actually that's a great idea. i will look into it a bit when i get a spare second. thanks -paul > -Original Message- > From: Stephen Kellogg [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, February 08, 2001 4:24 AM > To: CF-Talk > Subject: RE: CFFILE :: Mu

RE: CFFILE :: Multiple image uploads?

2001-02-08 Thread Stephen Kellogg
]] Sent: Wednesday, February 07, 2001 10:39 AM To: CF-Talk Subject: RE: CFFILE :: Multiple image uploads? It is CF , and ASP. It is basically a Java program that you can pass params to from CF. At 07:40 AM 2/7/01 -0500, you wrote: >that seems to be an asp solution. >are there any cf fr

RE: CFFILE :: Multiple image uploads?

2001-02-07 Thread Chad Gray
gt; > 614 241-3534 > > >fax:614 485-5534 > > > > > >Home: [EMAIL PROTECTED] > > > 614 449-1681 > > > > > >icq:47658358 > > > > > > > -Original Message- > > > > From: Aaron Johnson

RE: CFFILE :: Multiple image uploads?

2001-02-07 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Actually Paul I think he forwarded the wrong link, this is the correct one for the Applet File: http://www.infomentum.com/appletfile/ not (http://www.infomentum.com/activefile/) Download it, it comes with cf examples on how to use it... it's prett

RE: CFFILE :: Multiple image uploads?

2001-02-07 Thread Paul Ihrig
; From: Chad Gray [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 06, 2001 5:43 PM > To: CF-Talk > Subject: RE: CFFILE :: Multiple image uploads? > > I am currently using AppletFile to upload multiple files. > http://www.infomentum.com/activefile/ > > If is pret

RE: CFFILE :: Multiple image uploads?

2001-02-06 Thread Chad Gray
> > > -Original Message- > > From: Aaron Johnson [SMTP:[EMAIL PROTECTED]] > > Sent: Tuesday, February 06, 2001 2:59 PM > > To: [EMAIL PROTECTED] > > Cc: [EMAIL PROTECTED] > > Subject: RE: CFFILE :: Multiple image uploads? > > > >

RE: CFFILE :: Multiple image uploads?

2001-02-06 Thread Russel Madere
e days the bear eats you. > -Original Message- > From: Paul Ihrig [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 06, 2001 13:31 > To: CF-Talk > Subject: CFFILE :: Multiple image uploads? > > > o

RE: CFFILE :: Multiple image uploads?

2001-02-06 Thread Paul Ihrig
PROTECTED] 614 449-1681 icq:47658358 > -Original Message- > From: Aaron Johnson [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, February 06, 2001 2:59 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: CFFILE :: Multiple image uploads? >

RE: CFFILE :: Multiple image uploads?

2001-02-06 Thread Philip Arnold - ASP
> i can do the standard cffile thing. > create as many file fileds in your form then on to cffile. > > but what can i do if i want a cleaner interface. > say 1 file or 30? > how can i alow the user to upload as many files as they want with > out having > a ton's of Browse/ File Fields? > > a clean

RE: CFFILE :: Multiple image uploads?

2001-02-06 Thread Aaron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, As far as I know, it's only possible to upload one file per browse/File field... however, you could have the user zip up x number of files, upload the zip file and then unzip the .zip serverside, creating x number of pictures... ? Aaron J

CFFILE :: Multiple image uploads?

2001-02-06 Thread Paul Ihrig
ok. i can do the standard cffile thing. create as many file fileds in your form then on to cffile. but what can i do if i want a cleaner interface. say 1 file or 30? how can i alow the user to upload as many files as they want with out having a ton's of Browse/ File Fields? a cleaner solution mu