Skip to main content
This topic has been closed for replies.

4 replies

Charlie Arehart
Community Expert
Community Expert
January 14, 2013

Wow, I just noticed that this page makes no mention of the new STRICT attribute added in CF10 for CFFILE action="upload". I also checked and find no reference to it in the Developing CF Apps manual. There's a brief mention of it in the main page for CFFILE here in the CFML Reference, but it doesn't explain what the feature does. It seems (for now) that the best resource may be the blog entry from Sagar Ganatra, who was an Adobe engineer: http://www.sagarganatra.com/2012/03/coldfusion-10-cffile-restricting-file.html

/Charlie (troubleshooter, carehart. org)
Known Participant
February 7, 2013

RE: strict

Yeah, amazing that it's been out here a year and it's still not updated.

Charlie Arehart
Community Expert
Community Expert
February 13, 2013

Well, to be clear, I don’t think the docs have ever been updated between releases. The point of mentioning them here is a) so that it might be fixed in the next version and b) so that until then others who do come looking might see the comments.

/charlie

/Charlie (troubleshooter, carehart. org)
Participant
October 24, 2012

it would be nice if the description for fileSize mentioned that it's the size of the uploaded file "in bytes"

itisdesign_-_AH
Inspiring
March 24, 2012

The fileField attribute is optional, not required. If omitted, it defaults to the name of the first file field submitted.

itisdesign_-_AH
Inspiring
March 24, 2012

The "See also" section should probably also have links to these docs: fileUpload and cffile action="uploadall".