I am still not having any luck. It is still trying to process the file upload even if it is blank. I am thinking that I am doing something wrong with regard to sending it to a function and looping through. I know if I send them individually I can do it. But then the code is four times as long. Which I can do without a problem. Anyone have any thoughts on it.
-----Original Message----- From: Larry Schaberg [mailto:[EMAIL PROTECTED] Sent: Saturday, October 20, 2007 7:42 AM To: CF-Newbie Subject: Re: Multiple File Upload Why not use the following <cfif IsDefied('myfield1') and myfield1 NEQ ''></cfif> This will see if its empty, if its empty, then it will skip the field. I use this all the time for file uploads. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3109 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
