I have an Adobe Air application that will post a file to a cfc. 

The cfc accepts the file fine.

<cfargument name="foo" type="binary" required="yes">   

 and I can process it and actually post to another web service for 
processing.  Doing this in the xml

<DocumentAsByteArray>#ToBase64(arguments.foo)#</DocumentAsByteArray>

Is it possible to determine the file name and mime type when accepting a 
binary file like this?  File type could be .doc, .pdf etc



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310070
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to