One thing is for certain, if it is you or your brother Will it is guaranteed a trainwreck!
Another "gotcha" when using returnType="json" is that it will wrap your info in double quotes and that could be your issue. I would do this instead <cfscript> result.status = 1; result.message = "Upload is good!"; result.tempFileName = tempFileName; return SerializeJSON(result); </cfscript> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:325293 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

