Hello all. I have noticed in the past that when using <input type="file" name="myfilename"> that sometimes the contents of the file will be stored in myfilename, and sometimes the file will be uploaded to a temp directory and the path/filename will be stored in myfilename. I was never able to determine what made particular behavior happenm though, and just dealt with it by testing for fileExists on the action page, and using <cffile> to either "move" or "write" the file depending on that test.
Now I have found yet a third behavior. When my variable name is dynamic, the CLIENT path/filename is stored in my variable. It appears to happen consistently so far, but I'm afraid to trust that. Does anyone know what is really up with this? I am on CF 5 now, and would also be interested in hearing anyone's observations with this in CFMX. Thanks very much, Carol Chandler ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

