Like I said, I had heard something similar to that, but I am not absolutely
sure.



"Success is a journey, not a destination!!"



Doug Brown
----- Original Message -----
From: "Scott Van Vliet" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, April 11, 2002 9:54 PM
Subject: RE: CF Server 4.0 & CFFILE/MACIE5 Issues!


> Yes.  Is this the problem?  THX
>
> -----Original Message-----
> From: Douglas Brown [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 11, 2002 9:52 PM
> To: CF-Talk
> Subject: Re: CF Server 4.0 & CFFILE/MACIE5 Issues!
>
> Do you have a final \ at the end of the upload directory? I had heard
> something
> similar before regarding MAC, but not sure if this was it.
>
>
>
>
>
> "Success is a journey, not a destination!!"
>
>
>
> Doug Brown
> ----- Original Message -----
> From: "Scott Van Vliet" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, April 11, 2002 9:33 PM
> Subject: CF Server 4.0 & CFFILE/MACIE5 Issues!
>
>
> > Hey All:
> >
> > I have a form which uploads several files via CFFILE.  It works great
> on
> > all browsers, EXCEPT for Mac IE5.  I have had this problem before, and
> > fixed it by wrapping the CFFILE within a CFTRY tag.  However, CF isn't
> > catching the error, and is bombing out.  Here is my code:
> >
> > <cfif len(trim(form.flash_movie))>
> >       <CFTRY>
> >       <cfset field_count = field_count + 1>
> >       <CFFILE ACTION="UPLOAD"
> >             FILEFIELD="flash_movie"
> >             DESTINATION="#upload_dir#"
> >             NAMECONFLICT="MAKEUNIQUE">
> >       <cfset flash_movie = #file.ServerFile#>
> >       <CFCATCH TYPE="ALL">
> >             <cfset form.flash_movie = "">
> >       </CFCATCH>
> >       </CFTRY>
> > </cfif>
> >
> > Please let me know if you see any flaws (my eyes are SURE tired ^_^),
> or
> > if you know of any issues with CF 4.0 and Mac IE5.
> >
> > TIA!
> >
> > ----
> > SCOTT VAN VLIET
> > BRD.WRKS INTERACTIVE
> > T: 714.469.6805
> > E: [EMAIL PROTECTED]
> >
> >
> >
> >
>
> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to