This question is locked. New answers and comments are not allowed.
Hi,
I am using IE9, As it won't support the size of a file, I am validating the size of the file from controller, If the size exceeds the limit then I have to show the confirmation message to the user. I am able to achieve this by using onError method, But if the user accepts to save then I have to call the save method from OnError method along with the files details.When I am trying to call save method by passing "argument.files" as argument, controller is not accepting this .
Can anyone help me in this issue.
Regards,
Mahesh
I am using IE9, As it won't support the size of a file, I am validating the size of the file from controller, If the size exceeds the limit then I have to show the confirmation message to the user. I am able to achieve this by using onError method, But if the user accepts to save then I have to call the save method from OnError method along with the files details.When I am trying to call save method by passing "argument.files" as argument, controller is not accepting this .
Can anyone help me in this issue.
Regards,
Mahesh