mogilefs module 1.0.2

Michael Shadle mike503 at gmail.com
Tue Jul 28 21:14:41 MSD 2009


On Tue, Jul 28, 2009 at 3:55 AM, Valery
Kholodkov<valery+nginxen at grid.net.ru> wrote:

> Well, the end user can upload directly to this as soon as it does via PUT request. Nginx already provides all necessary validations for PUT requests.

Well, yeah, but then you have to make sure all your max_size's are
bumped up etc (I assume) and that's one thing I wouldn't want to mess
with continuously. We just uploaded a 500 meg file for example.

> For POST requests I plan to implement a module which does conversion from POST to PUT internally in nginx. This will allow implementing a scalable web storage entirely on nginx. This module will be able to work with your partial upload thingy as well.

That would be awesome. All it really needs to do is collect the
portions and then push it.

However there would need to be some way to tell the application (like
a PHP app) that the event happened, so it knows and it can store the
link/key/etc. to the file.





More information about the nginx mailing list