RE: Mac form submission file upload

2002-06-11 Thread Axiomatique (Vincent)
I don't know if this is related to your problem, but I noticed that on the MAC, if you have a file upload field and that you don't select a file to upload (field supposely empty), the MAC doesn't see the field as empty, thus forcing you to trap the error in the cffile as cfif form.filefield neq

RE: Mac form submission file upload

2002-06-11 Thread Lon Lentz
To: CF-Talk Subject: RE: Mac form submission file upload I don't know if this is related to your problem, but I noticed that on the MAC, if you have a file upload field and that you don't select a file to upload (field supposely empty), the MAC doesn't see the field as empty, thus forcing you

RE: Mac form submission file upload

2002-06-11 Thread Axiomatique (Vincent)
Yep ! Good point ! Vincent -Message d'origine- De : Lon Lentz [mailto:[EMAIL PROTECTED]] Envoyé : Tuesday, June 11, 2002 4:51 PM À : CF-Talk Objet : RE: Mac form submission file upload Using a little JS, you could assign the value of the file field into another field

RE: Mac form submission file upload

2002-06-11 Thread BEN MORRIS
and test that value for eq in the action template. -Original Message- From: Axiomatique (Vincent) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 10:21 AM To: CF-Talk Subject: RE: Mac form submission file upload I don't know if this is related to your problem, but I