Re: HttpUploadModule - after upload file won't move/rename

2013-05-31 Thread Alexander Kunz
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

HttpUploadModule - after upload file won't move/rename

2013-05-31 Thread 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 upload_store location, but it doesn't move out. I'm lef