Nelgraine
Member since Jun 18, 2010
- Profile: /members/6241-nelgraine.htm
- Comments: 4
Recent Blog Comments By Nelgraine
-
Ask Ben: Limit File Upload Size In ColdFusion
Posted on Oct 28, 2010 at 11:00 PM
We might include checking the file size if zero, that will cause the file upload error. Try saving a text file with no content on it and upload.... read more »
-
Using CFHeader With File Names Containing Spaces (Thanks Elliott Sprehn!)
Posted on Jul 16, 2010 at 1:48 AM
Found some alternative way to display the filename with japanese/chinese characters <cfset str_file_name="????????.txt"> <cfset is_ie=IIF(findnocase("MSIE", cgi.HTTP_USER_AGENT,1) is 0, de("false"), de("true"))> <cfif is_ie> <cfset str_file_ext=listlast(str_file_name, '.')&g... read more »
-
Using CFHeader With File Names Containing Spaces (Thanks Elliott Sprehn!)
Posted on Jul 15, 2010 at 6:12 AM
Nobody found any solution with this problem: japanese/chinese characters in filename. It works in FF, Safari and Chrome but IE returns a garbage characters. I used charset="shift_jis" and charset="utf-8". <cfheader name="content-disposition" needs to do some improvement, I saw this fix in php...... read more »
-
Using CFHeader With File Names Containing Spaces (Thanks Elliott Sprehn!)
Posted on Jun 18, 2010 at 5:54 AM
Anyone tried japanese/chinese characters in filename. It works in FF, Safari and Chrome but IE returns a garbage characters. I used charset="shift_jis" and charset="utf-8".... read more »