Steve,
another factor you may want to look at is that sometimes Mac browsers
(IE for the Mac) may append a space to the filename, which also screws
things over. Adding a TRIM(filename etc) to the CFFile filefield = tag
seems to solve the problem, as in:
<CFFILE DESTINATION="#request.appdir#"
ACTION="UPLOAD"
NAMECONFLICT="MAKEUNIQUE"
FILEFIELD="#TRIM(FORM.FILENAME)#"
ACCEPT="image/*">
HTH,
larry
--
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]
Chaos, panic, and disorder - my work here is done.
--
"Steven A. del Sol" wrote:
>
> I have a client that needs to upload images to
> his shopping cart. For some reason it is not
> working from any MAC system.
>
> Does anyone have any idea why?
> Do you know a work around?
>
> Thanks in Advance Steve......
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists