Hello,
Am 31.05.2013 23:50, schrieb Homebrewsky:
I'm trying to setup a very simple HTTP POST file upload server. I'm trying
to POST files via curl, without worrying about forms or responses, etc. I
just want to drop the file in nginx, and have it land.
So far, the file uploads into the uploa
I'm trying to setup a very simple HTTP POST file upload server. I'm trying
to POST files via curl, without worrying about forms or responses, etc. I
just want to drop the file in nginx, and have it land.
So far, the file uploads into the upload_store location, but it doesn't move
out. I'm lef