Can someone post an example on how to upload a large file (eg. 50MB) using NancyFx running in self-hosting mode. The file is expected to be sent from a webpage (method=post; enctype=multipart/form-data).
Upload large files example with self hosted Nancy
Asked Answered
I found it hard to find documentation on how to upload files in Nancy but this post points to this owin hosting example which I found gave me the info I needed.
This doesn't relate specifically to large files in self hosting, but I figured the info might be useful to someone.
The link referred to in the above (Nov 28, 2012) answer isn't valid any longer because it's link to source repository and the underlying file has been amended since then. You can probably work out which bit Joel Mitchell is referring to anyway just by reading the code but if you use this link you're looking at the version of the file which was being referred to at that time : github.com/grumpydev/Nancy/blob/… –
Bejarano
© 2022 - 2024 — McMap. All rights reserved.