I've made a Flex file upload utility. The size property of the file to upload is not returning the correct byte count if the file is over 4GB.
I read in the Flex help docs that the size property was changed somewhere in V2 from a uint type to a Number type to allow for files over 4GB, which appears to be the case, the Flex debugger does report the size property as being a Number type, not a uint. However the Number returned on a 4.2GB file is incorrectly returning a signed int value (eg. -1332222). So is there a bug in the Flash player which is still returning the wrong value, or something I'm doing wrong? I had a similar problem with PHP which I have managed to fix although I'm a bit stuck with the Flash/Flex side of things. Any insight is greatly appreciated. Kim

