Question
cffile and UTF-8
Hello Community!
I have a program that uploads a file to a remote FTP server. I am using cffile to write the file there and it MUST be uploaded in UTF-8 format. Despite that, the file is being uploaded as ascii or ansi, anything except UTF-8.
This is my line of code:
<cffile action="write" file="#f_dir##f_name#" output="#dataHeader#" charset="utf-8">
charset="utf-8" is not working for me.
Does anybody else have the same problem? Any thoughts?
Thanks!
Ysais.
I have a program that uploads a file to a remote FTP server. I am using cffile to write the file there and it MUST be uploaded in UTF-8 format. Despite that, the file is being uploaded as ascii or ansi, anything except UTF-8.
This is my line of code:
<cffile action="write" file="#f_dir##f_name#" output="#dataHeader#" charset="utf-8">
charset="utf-8" is not working for me.
Does anybody else have the same problem? Any thoughts?
Thanks!
Ysais.
