Seems simple enough, but I don't see any tests in ServiceStack that focus on the uploaded aspect, everything seems to be focused on streaming the file to the browser. I'm not to concerned about the various clients that will use this, it's all in a controlled environment, so this technique looks interesting. Where might I find more information about uploading a large csv file in ServiceStack, and then consuming said file in my service i.e. getting the data to a database?
Sure enough, after digging a bit more I do see upload tests, but these seem to focus on saving the file to disk, is that the only option available, I was hoping to stream to memory and parse the file that way.
Thank you, Stephen