These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Stage "A" character appearing for folder size

Hi,

When my files loads it shows folders with a file size of "A". 

Has anyone seen this before or know how to stop it happening?

Thanks,

Robert
Robert McCabe 12/1/2010 8:37 AM
Yes I am seeing the same problem... can anyone help?

Thanks,
Steven
Steven Boyd 12/3/2010 8:13 AM
Hi, 

I managed to resolve this one myself.  It was an issue with the page encoding.  I hadn't specified one and that caused the issue.  In the page that had the FileUltimate control I needed the following meta tags in the header:

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> 
<meta http-equiv="Content-Language" content="en" />
<meta content-type="UTF-8" />

This post explains more about page encoding:
http://www.w3schools.com/TAGS/ref_charactersets.asp


Robert
Robert McCabe 12/6/2010 2:45 AM
Yes, this is caused when the host page encoding is not UTF-8.

In v2.2, we will handle this issue so the control is not effected by the encoding.
Cem Alacayir 2/1/2011 5:45 AM
FYI, this is fixed in v3.0:
FileUltimate 3.0 RC1 is released
Cem Alacayir 8/1/2011 11:41 AM