Re: post-upload file validation

2005-09-24 Thread George Abraham
Hmm, That was a test I should have done. Thanks for the info. On a related note, are any of ya'll using any multiple-file upload applets or some such that you could recommend? We are currently experimenting with Aurigma's ImageUploader (http://aurigma.com/Products/ImageUploader/) which works

Re: post-upload file validation

2005-09-23 Thread HOFLee _
I am assuming that cffile's 'accept' attribute does the same file-extension checking. It must use something other than file extension checking. I tried it with an Excel file renamed Book1.txt and a cffile with the accept value of text/plain and CF threw an error: The MIME type of the

post-upload file validation

2005-09-22 Thread George Abraham
All, We are allowing upload of files (a multiple file-upload, actually). Once the files are uploaded, short of looking at the file extension, are there any other ways of truly recognizing the file-type of an uploaded file? I am assuming that cffile's 'accept' attribute does the same file-extension