Re: cfinput type=datefield and international date format
Hi cf_junkie, Thank you for your answer. I don't use 3 <select> for days, months and years because 1) it needs to manage invalid dates 2) it's less convenient for users then datefield. Anyway...
View ArticleRe: Invalid Mimetype Detection for .xls file with CF10
Anyone here to answer this? Was my bug just completely deleted even after it was validated? Please advise.
View ArticleColdFusion 10 does not recognize CustomTag directory under Oracle WebLogic
This ColdFusion application runs fine on a BEA server in other environments but I can't get it to find the CustomTag directory when running from my local Oracle Weblogic server. In the other...
View Articlesession replication working in CF10 cluster set up
I would like to confirm session replication working in CF10 cluster set up.First, I am using 30-days trial version (just installed for one or two days). If cluster will not work with 30-days trial...
View ArticleRe: Configuring and using session variables
"After you invalidate a session, attempts by the browser to access the application will generate an invalid session exception until the session times out."This can be solved by calling...
View ArticleColdfusion AMI in EC2: how to add more web servers?
Hi, I am currently running an instance of the Coldfusion AMI with linux.I want to keep that instance and launch 2 more web servers (independent machines) that point to the coldfusion application...
View ArticleRe: Post ColdFusion Security Hotfix APSB13-10 - error on JSON returned with...
Has anyone run into this issue on CF10, btw?
View Articlehow ColdFusion code will interact with SAMBA OS
Hi, can we access SAMBA folders from coldfusion code?I have to copy the file from SAMBA to my web server.Please suggest me. Thnks in Advance!!!
View ArticleRe: CF Admin login fails (invalid pw) for Windows User other than the one...
It is a new design, based on security issues that arose in previous ColdFusion versions. See, for example, Charlie Arehart's blog for more details.
View ArticleRe: cffile action="write" not working
Amongst other issue you might have, <cffile action="write"> doesn't - to the best of my knowledge - support the nameconflict attribute; that's just for UPLOAD....
View ArticleRe: cffile action="write" not working
Already sorted thanks, It was writing the file somewhere else
View ArticleRe: CFCOMPILE and CF version compatibility
Francine... wrote: Hi, Can you tell me if there will be a code incompatibility if the development environment uses the CFCOMPILE utility has coldfusion 10, 64 bit Windows 7 and the deployed...
View ArticleRe: cffile action="write" not working
tramp-man wrote: Already sorted thanks, It was writing the file somewhere else Yes, I understand that. I was just advising that you're obviously expecting that functionality to work, and it won't. --...
View ArticleRe: cffile action="write" not working
Ah right im with you now thanks. I'm not a CF developer it's a a CF7 we have agreed to look after because it kept getting hacked on the old CF7 server. but ill look into that thanks
View ArticleRe: CFCOMPILE and CF version compatibility
Hi, I figured out a solution. Thanks for the response.Francine
View ArticleRe: Version 9 app service still needed after upgrade to 10
Question though -- we are running into this same issue with the CF 10 upgrade to CF 9. Is the installer supposed to remove these, or is it the case that you are supposed to go in and remove manually?...
View Articlecfloop: index loop
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461 172e0811cbec22c24-71aa.html
View ArticleRe: cfloop: index loop
Does CFLOOP:index add 1 to the index when the loop is completed?? For ex:<cfoutput><cfloop index="idx" from="1" to="4"> Index = #idx#<br /></cfloop> Index now =...
View ArticleRe: Coldfusion AMI in EC2: how to add more web servers?
If you are looking to have just two additional web servers and a single CF server - you can launch two more linux server instance (does not need to be a ColdFusion AMI, you can use the Amazon Linux AMI...
View ArticleWebservice: Problem passing long string 8k
Hi, I have a webservice who receives a string parameter (xml). I send it a string shorter than 8 kb a no problem but when I send a long string longer than 8 kb, it has problems. Do someone know how...
View Article