> I know how to do email merges in CF, but am having a problem enabling file > attachments. Keep getting an error message following the examples in the > books which says "File does not exist" - however the file does exist since > I've checked the path, etc.
Sure you've got enctype="multipart/form-data" in the <form> tag? If not, the form doesn't pick up the file. > Also, is there a way to use a BROWSE function to find the file intuitively > rather than having to know the full path? One usually comes free with <input type="file" /> :) - Gyrus ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

