We use the FileReference component to upload file in Flex. But if the application is deployed within an environment having NTLM authentication (Windows Integrated Authentication), the upload capability will not work, and each time a message box will be popup asking the user to input credentials.
I've queried some resource from internet and it seems this is a bug of FileReference component.
Is there any solution for this issue? Thanks.