RE: uploading multiple files

2001-04-26 Thread Susan Matthews
LOOP over the name of each form > element using Evaluate() to get the actual value of each var name. > > > -Original Message- > From: Susan Matthews [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 9:04 AM > To: CF-Talk > Subject: uploading multiple files > >

security considerations

2001-05-24 Thread susan matthews
Morning List- I have just started with a relatively new department. We are in the process of switching to CF. I'm looking for any suggestions regarding security issues that should be included in our development policies. I've been reading up on sandboxes and cfauthentication. I'm more

help

2001-04-19 Thread Susan Matthews
Hi- I have a form that allows users to upload files using: On the receiving form I upload the file: The above works fine in Netscape, but in IE I get the following error: Error in CFFILE tag The form field specified in the CFFILE tag (NEWSPRINT) does not contain an uploaded file. Please be

RE: help

2001-04-19 Thread Susan Matthews
I'm still stumped. I have the enctype="multipart/form-data" included in my form tag that sends "newsprint "...? > -Original Message- > From: Michael Lugassy [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 19, 2001 11:32 AM > To: CF-Talk > Subject: Re: help > > > make sure you have t

RE: help

2001-04-19 Thread Susan Matthews
t? > > ----- Original Message - > From: "Susan Matthews" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, April 19, 2001 10:01 AM > Subject: help > > > > Hi- > > > > I have a form that allows u

uploading multiple files

2001-04-26 Thread Susan Matthews
Hi all-- I have a form that uses multiple to upload multiple files(images and PDFs). In the past, when using I have used 'file.clientFile' to save the file name so that I can read the correct file later from a known directory. If I am uploading multiple files on one form, how do I know which

RE: uploading multiple files

2001-04-26 Thread Susan Matthews
iteration of the CFLOOP in the code > that handles > the original form. so from each CFFILE iteration, you get the file name of > each uploaded file. > > -----Original Message- > From: Susan Matthews [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 10:41 AM &g

RE: Javascript Pop-Up Calendar

2001-04-26 Thread Susan Matthews
Hey- I've used one of these before, but I don't remember where I got it. Attached is a copy. > -Original Message- > From: James Taavon [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 3:54 PM > To: CF-Talk > Subject: Javascript Pop-Up Calendar > > > Hey, how's everybody on t