my project switched to sdk 4.12 last week. when a user uploads a file to the server, a FileReference is used. *files that the app uploads are dropping the last byte.* no changes were made to the server, so we're wondering if the FileReference class had changes in 4.12
for some reason, i can't get to the changelog/releaseNotes for sdk 4.12 "The server at blogs.apache.org is taking too long to respond." are there release notes anywhere else besides the apache blog? we've fixed the problem by reading byte-by-byte on the server. the problem can also be fixed by adding a carriage return to the end of the file (but I think that just means that the last byte of the carriage return is not read) anyone know? or experienced this before? -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/FileReference-change-tp6249.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
