Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Upload large files example with self hosted Nancy

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).

like image 848
Emilian Avatar asked Sep 24 '12 20:09

Emilian


1 Answers

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.

like image 50
Joel Mitchell Avatar answered Oct 09 '22 19:10

Joel Mitchell