Re: strange problem when you Trim() file upload form fields

2003-02-03 Thread Gyrus
- Original Message - From: "Joshua Miller" <[EMAIL PROTECTED]> > Yes, the file field seems to be the anomaly in using that method ... > I've found you have to actually TRIM() the file upload in the CFFILE tag > to get it to work 100% Thanks a lot for those tips

RE: strange problem when you Trim() file upload form fields

2003-02-03 Thread Joshua Miller
Yes, the file field seems to be the anomaly in using that method ... I've found you have to actually TRIM() the file upload in the CFFILE tag to get it to work 100% This is what I do to catch everything but the file field, then I just TRIM() all CFFILE uploads if(HTTP_USER_AGENT contains "msie"