- Application.cfc
- Index.cfm
- org.danvega.Settings.cfc
CFMU 1.0 Released
Dan Vega said: What version of ColdFusion are you using? If you are using 9 multi file uploads are pretty easy now ...
[More]
CFMU 1.0 Released
notthatbright said: Hi Dan,
Additionally this is what i get as output from flash
Error: Error #2014: Feature is not av...
[More]
CFMU 1.0 Released
notverybright said: Hi Dan,
I'm also having problems with the onComplete function. It seems it's failing and not genera...
[More]
Runners, I need your advice
Matt W said: Hey Dan,
I was in a similar boat about 4 years ago. I had been running here and there, doing a bit ...
[More]
Runners, I need your advice
Jon Dowdle said: I'm not a runner (so take this as you will) but a great intro into strength training is this book: S...
[More]
#1 by Bruce on 1/9/07 - 4:17 PM
You may want to make the read function private since it is supposed to only be called from within the init method. That will prevent calling it from outside the CFC. Also you may want to change output to false for the read method. Lastly you may want to change the hint for the read function which is what I used to figure out if I should call this function or not.
Thanks again.
#2 by Dan on 1/9/07 - 4:20 PM
Thank you for the feedback! You make some excellent points and I will update the code and repost it. The reason the output was true is because it was never changed from when I was debugging an error. I agree 100% on changing the read method to private though, thanks again for you thoughts.
#3 by Dan on 1/9/07 - 5:23 PM