Can anyone tell me if I can filter the input on a CFFILE input screen? I know I can filter what the server will accept, and throw an error, but I would like to prevent users from even attempting to upload anything but an Excel file if possible.
In other words, when the user clicks the button to browse their own computer for the file that they want to upload, I want it to only display the .XLS files, instead of ALL files. Apparently the following code does not achieve this: <input type="file" name="filetoupload" size="75" accept="application/msexcel"> Thanks in advance! ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please delete. it. Thank you, ViaHealth ********************************************************************** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

