Send your code again. -----Original Message----- From: Jason Hunter [mailto:[EMAIL PROTECTED] Sent: 20 October 2007 17:15 To: CF-Newbie Subject: RE: Multiple File Upload
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. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3110 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
