Try filefield="#form.ul_path#" Zelda -----Original Message----- From: Christopher Lavie [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 2:09 PM To: CF-Newbie Subject: CFFILE on a Mac browser
I'm sure this has been asked and answered a couple of times, but I can't seem to get my CFFile tag to work uploading images when the user is on a Mac. Here is my tag: <cffile action="upload" filefield="form.ul_path" destination= "#application.path#forms\fileuploads\#FORM.memNumber#.jpg" nameconflict="MakeUnique"> I did a Google search and found that if you use the Trim() function for the filefield attribute, it should work. But when I tried it it just threw an error. Can anybody help? Thanks! Chris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Macromedia ColdFusion MX7 Upgrade to MX7 & experience time-saving features, more productivity. http://www.adobe.com/products/coldfusion?sdid=RVJW Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:2779 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
