Friday, July 6, 2012

what are the interfaces supports file upload or download features?

the file upload feature is available to boththe ActionRequest and ResourceRequest interfaces because of their common superinterface (Client Data Request).

We will usually use ActionRequest to upload a file and ResourceRequest when downloading a file because the action method invocation is followed by a call to a render method, which generates appropriate
content (like a success or validation error message) in response to the upload file action.

No comments:

Post a Comment