posted 15 years ago
Hi,
Pardon me if I am asking a question with obvious answers but I don't have a clear answer and hope to get some help.
According to MVC, the POST below will persist input data to my database and return a URI for the 'created' View to display/render data that's been uploaded.
In addition to doing this, how can I send a HTTP Response message back to the originating HTTP Requester?
Many Thanks in advance.