Community Member Profile
- Profile: /members/8932-Vikas.htm
- URL: http://vikaskanani.wordpress.com
- Comments: 2
- Points: 18
Recent Blog Comments By Vikas
-
Array Looping Much Faster Than Query Looping
Posted on Jan 5, 2012 at 4:13 AM
<cfoutput> <cfset arr = ArrayNew(1)> <cfloop from="1" to="1000" index="k"> <cfset ArrayAppend(arr, "This is my loop testing....")> </cfloop&... read more »
-
Apparently ColdFusion Cannot Handle Chunked Multi-Part Form Data
Posted on Sep 7, 2011 at 2:24 AM
Good one.. I was uploading an Image file with the name and other fields as a multi-part data from Android. I was using DataOutputStream with buffered writer, and I was thinking that it'll transfer file buffer size. But now I realize that I was using buffered reader for reading a file... read more »



