THE final part to our File Uploading via RIA Services exercise is the Domain Service itself. This article continues from RIA Services: File uploading. Before reading this article, I encourage you to have a glimpse of the prerequisite articles list below:
Prerequisites
- How to enable SQL FileStream Types
- Using SQL FileStream Types in your Databases
- MaxRequestLength – Packet sizes: Size isn’t everything
- RIA Services: File uploading
Here I will go into detail on how to code your domain service class to receive data packets sent across the wire from the File Stream Uploader generic handler class.
Continue reading “RIA Services: File uploading – service method” »