Ty Strange
Member since Jun 3, 2009
- Profile: /members/3539-ty-strange.htm
- URL: http://none
- Comments: 3
Recent Blog Comments By Ty Strange
-
New ColdFusion Error: Form Entries Incomplete Or Invalid
Posted on Mar 18, 2011 at 4:04 PM
Sweet to finally know what causes this error. I've always been able to work around it by ultimately by appending "_1" to the offending variable, but I never knew why I had to! Cheers, Ty... read more »
-
ColdFusion, jQuery, And "AJAX" File Upload Demo
Posted on Jun 9, 2009 at 12:52 PM
Without seeing how you've implemented the 4 files it's hard to troubleshoot the issue. The only item I had to alter in getting the file upload to work was the destination attribute in the <cffile> tag. The other common problem is having more than one form going. If the upload form is not the F... read more »
-
ColdFusion, jQuery, And "AJAX" File Upload Demo
Posted on Jun 3, 2009 at 5:03 PM
What if the form is not the first one encountered within a larger CFLAYOUT framework? How do you alter var jForm = $( "form:first" ); so that it references the correct form? I've tried using both ID and Name with no luck. Cheers, Ty... read more »