problem with file uploads on a MAC

2003-10-20 Thread Michael Hodgdon
I was hoping I could get some help on the list.Sort of at a loss for this one.I am aware there are know issues with the MAC and IE doing for uploads.I have two upload boxes on a page.The first is required and the second is optional.If a user selects both upload options, my code runs through

RE: problem with file uploads on a MAC

2003-10-20 Thread d.a.collie
: problem with file uploads on a MAC I was hoping I could get some help on the list.Sort of at a loss for this one.I am aware there are know issues with the MAC and IE doing for uploads.I have two upload boxes on a page.The first is required and the second is optional.If a user selects both upload

RE: problem with file uploads on a MAC

2003-10-20 Thread Mike Townend
try a CFIF Len(Trim(Form.OptionalUploadField)) CFFILE /CFIF HTH -Original Message- From: Michael Hodgdon [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 16:24 To: CF-Talk Subject: problem with file uploads on a MAC I was hoping I could get some help on the list.Sort

RE: problem with file uploads on a MAC

2003-10-20 Thread Tangorre, Michael
Can't you test the upload form field?? IF (LenTrim((form.fileUpload1)) EQ 0) OR (Trim(form.fileUpload) EQ ) upload ELSE dont upload.. -Original Message- From: Michael Hodgdon [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 11:24 AM To: CF-Talk Subject: problem with file

RE: problem with file uploads on a MAC

2003-10-20 Thread Michael Hodgdon
MAIL PROTECTED] Sent: Monday, October 20, 2003 12:52 PM To: CF-Talk Subject: RE: problem with file uploads on a MAC You need to make sure you trim any 'file' field. IE on a Mac (can't remember which version) always seems to add a Linefeed Character when the 'file' field is blank -Origin

Re: problem with file uploads on a MAC

2003-10-20 Thread Sean Daniels
On Monday, October 20, 2003, at 11:23AM, Michael Hodgdon wrote: I was hoping I could get some help on the list.  Sort of at a loss for this one.  I am aware there are know issues with the MAC and IE doing for uploads.  I have two upload boxes on a page.  The first is required and the

RE: problem with file uploads on a MAC

2003-10-20 Thread Gyrus
-Original Message- From: Michael Hodgdon [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 16:24 To: CF-Talk Subject: problem with file uploads on a MAC I was hoping I could get some help on the list.Sort of at a loss for this one.I am aware there are know issues with the MAC

RE: problem with file uploads on a MAC

2003-10-20 Thread Michael Hodgdon
- From: Gyrus [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 2:20 PM To: CF-Talk Subject: RE: problem with file uploads on a MAC -Original Message- From: Michael Hodgdon [mailto:[EMAIL PROTECTED] Sent: Monday, October 20, 2003 16:24 To: CF-Talk Subject: problem with file uploads