Re: File attachment after user error

2006-09-01 Thread Denny Valliant
flash forms or something outside the bounds of the normal input tag... -Robert -Original Message- From: Casey C Cook [mailto: [EMAIL PROTECTED] Sent: Thursday, August 31, 2006 2:03 PM To: CF-Talk Subject: File attachment after user error Once again Ive run into one of those seems so

File attachment after user error

2006-08-31 Thread Casey C Cook
Once again Ive run into one of those seems so easy, yet its so hard situations. Basically, a user has the ability to attach up to 3 files on a form input type = file. If the user throws an error, such as forgetting to input a required field, the form will submit and go through validation.cfm

RE: File attachment after user error

2006-08-31 Thread Everett, Al \(NIH/NIGMS\) [C]
Basically, it can't be done. Not with HTML and JavaScript, anyway. It's a security issue. What you're seeing is by design. You'd have to use something other than input type=file. -Original Message- From: Casey C Cook Sent: Thursday, August 31, 2006 3:03 PM To: CF-Talk Subject: File

RE: File attachment after user error

2006-08-31 Thread Robert Feyerherm
Maybe there are some possible solutions using flash forms or something outside the bounds of the normal input tag... -Robert -Original Message- From: Casey C Cook [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 2:03 PM To: CF-Talk Subject: File attachment after user error

File Attachment

2003-07-03 Thread Jessica Fay
so if i were to retrieve from the database, it'll be like a href=/upload/#getAttach.FILE# traget=_blankFile/a ??? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: File Attachment

2003-07-03 Thread Matthew Walker
What do you have in the database? The entire document or just the file name? -Original Message- From: Jessica Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 July 2003 6:19 p.m. To: CF-Talk Subject: File Attachment so if i were to retrieve from the database, it'll be like a href

File Attachment

2003-07-03 Thread Jessica Fay
in the database, is the file name and in the server, there a folder for the attached files. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

Re: File Attachment

2003-07-03 Thread Matthew Walker
Yes! ;-) I like to add the file type, size and download time as well. Matthew Walker Electric Sheep Web http://www.electricsheep.co.nz/ - Original Message - From: Jessica Fay [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 6:19 PM Subject: File Attachment

File Attachment

2003-07-02 Thread Fay
Hi.. I would like to ask, how to i allow the user to view the file (which may be in different kinds of file) that has been uploaded earlier by the user..? do i use javascript as well..? i'm i suppose to include the cffile action=Read..?? Thanx in advance. -

RE: File Attachment

2003-07-02 Thread Matthew Walker
What sort of file -- a document? How about just a link? a href=... -Original Message- From: Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 July 2003 4:18 p.m. To: CF-Talk Subject: File Attachment Hi.. I would like to ask, how to i allow the user to view the file (which may

RE: File Attachment

2003-07-02 Thread Tyagi, Badal
??? regards badal Tyagi HCL Perot Systems Noida, India -Original Message- From: Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2003 9:48 AM To: CF-Talk Subject: File Attachment Hi.. I would like to ask, how to i allow the user to view the file (which may be in different kinds

File Attachment

2003-07-02 Thread Jessica Fay
Hi.. sorry but i forgot to specify.. actually, the user can upload document files to jpeg files. So, it's not actually a specified file type. i tried a hrefjavascript:.. but that's where i got jammed cuz i'm not very sure. ~|

RE: File Attachment

2003-07-02 Thread Matthew Walker
You should be fine with a regular link i.e. a href=/files/mydoc.pdf target=_blankMy document/a a href=/files/myimg.jpg target=_blankMy image/a -Original Message- From: Jessica Fay [mailto:[EMAIL PROTECTED] Sent: Thursday, 3 July 2003 4:38 p.m. To: CF-Talk Subject: File Attachment

RE: cfmail File Attachment

2000-04-28 Thread Gregory Weiss
PROTECTED] Subject: cfmail File Attachment I created a simple email form which includes an INPUT NAME="Attachment" TYPE="file" size="30". When I submit the form I receive an error stating: MIMEATTACH An invalid file name (C:\test.txt) was specified in

cfmail File Attachment

2000-04-27 Thread david
I created a simple email form which includes an INPUT NAME="Attachment" TYPE="file" size="30". When I submit the form I receive an error stating: MIMEATTACH An invalid file name (C:\test.txt) was specified in the MIMEATTACH attribute. Please verify that this file exists and that the