Get these msg after file uploading. (Werkzeug-0.5 + Hatta-1.3.1-dev behind nginx) :
"GET /logowazi.svg HTTP/1.0" 404 - /usr/lib/python2.5/site-packages/werkzeug/wrappers.py:229: DeprecationWarning: stream factory passed to `parse_form_data` uses deprecated invokation API.
cls=ImmutableMultiDict)"
Later logowazi.svg not accessible. What's wrong ? With all respect Wazi.
Semi-fix : hatta.py: 1462 -> added "shallow = False" before "kw"
But still have uploading problem. Wazi
Looks like the Werkzeug's API have changed under me. I didn't try 0.5 yet, I will probably need to rewrite that part. You can try using an older version of werkzeug (just put it in the same directory as hatta.py) in the mean time. I'm still traveling, so can't really promise when this will be fixed – hopefully within a week. – Radomir Dopieralski
This is now fixed in the development version. I will release it as soon as I have access to some windows box. – Radomir Dopieralski
Thanks ! With nginx uploading now Ok, but with Apache + mod_wsgi - not. Maybe I set some perms/options wrong . – Wazi
I'm not entirely sure, but I think I remember a bug in mod_wsgi related to uploading small files. Try more recent version. – Radomir Dopieralski
Solved ! Apache-2.2.10(mpm-prefork)+ mod_wsgi-2.5 built from source with default settings. Possible even upload + rename file as one-time action. Later file accessible with new name. Wazi