Mat
Member since Dec 11, 2008
- Profile: /members/164-mat.htm
- Comments: 4
Recent Blog Comments By Mat
-
Ask Ben: Upload And Email File Using ColdFusion
Posted on Feb 15, 2008 at 12:10 AM
Hey Guys, I am using the Cf_Fileupload tag for multiple file upload but the cause is the same it just uploads the single last file, not the previous one.. I think the only thing cause it to get the last file is this attributee of: <cfset strFilePath = ( CFFILE.ServerDirecto... read more »
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Feb 6, 2008 at 7:55 AM
yes i stll get error at line 1157: Expression Exception - in C:\ColdFusion8\CustomTags\POIUtility.cfc : line 1157 Value must be initialized before use.... read more »
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Feb 6, 2008 at 7:21 AM
hey ben Thanks, i modified the code and try to use it very simple like removing the cfloop tag in which it counts the sheets.. <cfset arrSheets = objPOI.ReadExcel(FilePath = "#filename#",HasHeaderRow = true, SheetIndex = 0) /> <cfset qSheetData = arrSheets.Query /> <cfloo... read more »
-
Ask Ben: Using POI Utility To Move Excel Data Into A Database
Posted on Feb 6, 2008 at 2:37 AM
HI, ben when i try to upload the excel, i am getting this error: 7:34:00.000 - Expression Exception - in C:\ColdFusion8\CustomTags\POIUtility.cfc : line 1157 Value must be initialized before use. 07:34:01.001 - Expression Exception - in C:\Inetpub\wwwroot\Alex2\emailtest.cfm : line 40 ... read more »