One problem that was brough up was that when submitting forms with files
then formURL2attributes copies it to attributes scope and so uses twice as
much RAM.

I say we implement something like Allaire did with automatic form field
checking, you know, adding _date, _integer, _time etc to your <input>
names. So we could use _file like this: <input type="file"
name="picture_file">. And then when <cf_formURL2attributes> copies form
fields to attributes scope, it checks if the field ended with _file, if it
did, then doesn't copy it to attributes.

I also think that all this extra stuff that <cf_formURL2attributes> does,
like just suggested _file postfix, using fuseaction_something as a name so
different <input type="image"> tags could be used for differenct actions,
SES urls etc, should all be enabled to be turned off to speed things up.
So if you don't need some of these extras you could turn them off like
this: <cf_formURL2attributes resolveSESurls="no" resolveFilePostfix="no">.

Erki


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to