Re: ACF10 and cffile

2013-04-12 Thread John M Bliss
you might try setting the strict attribute to false, as a test. That worked, thanks! On Thu, Apr 11, 2013 at 3:25 PM, Steve 'Cutter' Blades cold.fus...@cutterscrossing.com wrote: John, I'm not seeing anything right off that should be causing you an issue. The docs are pretty clear on

ACF10 and cffile

2013-04-11 Thread John M Bliss
Under ACF8, this: cffile action=upload accept=text/csv,application/vnd.ms-excel... ...would accept CSV files. Under ACF10, it throws, Only files of type text/csv,application/vnd.ms-excel can be uploaded. Verify that you are uploading a file of the appropriate type. Is that right / known

Re: ACF10 and cffile

2013-04-11 Thread John M Bliss
When I remove the accept and dump the cffile var, I see: CONTENTSUBTYPE vnd.ms-excel CONTENTTYPE application ...which means my accept should be good, no? On Thu, Apr 11, 2013 at 2:17 PM, John M Bliss bliss.j...@gmail.com wrote: Under ACF8, this: cffile action=upload

Re: ACF10 and cffile

2013-04-11 Thread Steve 'Cutter' Blades
John, I'm not seeing anything right off that should be causing you an issue. The docs are pretty clear on the accept attribute: http://help.adobe.com/en_US/ColdFusion/10.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-738f.html I did find a note, in the comments of that bit of the docs, that