Erik
Member since Feb 16, 2010
- Profile: /members/5458-erik.htm
- Comments: 9
Recent Blog Comments By Erik
-
Ask Ben: Limit File Upload Size In ColdFusion
Posted on Aug 3, 2010 at 3:59 PM
I ma using the java before I upload the file. But I need something to check for extension... read more »
-
Ask Ben: Limit File Upload Size In ColdFusion
Posted on Aug 3, 2010 at 3:47 PM
I like the post where the the java was used and thought maybe there is one to get a file extension <cfset f = createObject("java","java.io.File").init(form.name)>... read more »
-
Ask Ben: Limit File Upload Size In ColdFusion
Posted on Aug 3, 2010 at 3:24 PM
Hi Ben Is there way to check for the file extensions before I actually upload the file. (No Javascript)... read more »
-
Ask Ben: Dynamically Adding File Upload Fields To A Form Using jQuery
Posted on Jul 23, 2010 at 11:56 AM
That is a good example is there way to do dynamic insert of template in between to inserts... read more »
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Feb 17, 2010 at 11:28 PM
ot was actually ony defined once and it is outside of any loop . So i do not knopw what it is. And i ended up creating a CFC and re initiating the object... read more »
-
Using ColdFusion Query's Underlying Java Methods For Query Manipulation And Logic
Posted on Feb 16, 2010 at 5:28 PM
I am trying to use QueryDeleteRows. SO i create a separate file and then on the calling lage calling the function. INstead I get the error message saying that function can not be declared more than once what do i do wrong... read more »