I don't think this is going to work. But there I think there are some syntax problems.
<input type="File" name="#myFileName#"/><br /> I think this line needs a value parameter. You have a dynamic name for the field, but no value for it. But this may be the Achilles heel of this process. IIRC you can not dynamically set the value of file type inputs. This is a HTML standard issue to prevent unsavory website developers from tricking naive users to upload sensitive files from their system. If you do get the above to work, then there is a problem with this line: <cffile action="UPLOAD" destination="D:\mypath\mypics" nameconflict="makeunique" filefield="filename"> I believe that should be: Filefield="#filename#" Otherwise you are specifying a filed name the string "filename" not the value of the filename variable. -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning Confidentiality Notice: This message including any attachments is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender and delete any copies of this message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228253 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

