IIRC some browsers on Macs add an empty space to some or all form 
fields. Use the trim function on the action page.

HTH
Mark

ColdFusion Developer wrote:
> Code I'm using for the file upload:
>
> <cffile action="upload" filefield="fileUpload1" 
> destination="#application.absolutePath#assets/images/userPhotos/" 
> nameconflict="makeunique" accept="image/*" />
>
> I guess you could consider it "newbyish" since it's not in a CFC or custom 
> tag, just a form processing page.
>
>   
>> The flash player on a mac sometimes needs an output to work right 
>> especially on file uploads.
>>
>> How you do this depends on how you are doing the upload... basically 
>> if you are doing it newbyish or in a cfc or custom tag.. Either show 
>> some code or just output something like one of these:
>>
>> writeOutput(1)
>>     
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323776
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to