Ok, i got it working by removing the third parameter
fileModelWithParams.setParam("username",my_user_name,fileModel.name);
and changed to:
fileModelWithParams.setParam("username",my_user_name);
Seems to have worked.
--
Sent from: http://apache-flex-development.2333347.n4.nabble.com/
