Amit
2016-04-05 07:15:17 UTC
If I send two files and a JSON string as multipart/form-data with
transfer-encoding set to "chunked" to a Bottle application running on the
internal wsgiref server, everything works fine and I can see the files and
the JSON string in the request
If I do the same with app.run(server='cherrypy' or 'paste') I get a
400 Error while parsing chunked transfer body. How do I get it to work
with these other servers just like it does with the internal wsgi server
This issue was also posted by somebody else on Github as Issue# 700
(https://github.com/bottlepy/bottle/issues/700)
Can somebody please help?
Thanks,
Amit
--
transfer-encoding set to "chunked" to a Bottle application running on the
internal wsgiref server, everything works fine and I can see the files and
the JSON string in the request
If I do the same with app.run(server='cherrypy' or 'paste') I get a
400 Error while parsing chunked transfer body. How do I get it to work
with these other servers just like it does with the internal wsgi server
This issue was also posted by somebody else on Github as Issue# 700
(https://github.com/bottlepy/bottle/issues/700)
Can somebody please help?
Thanks,
Amit
--
--
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You are member of the "bottlepy" group at google groups.
See http://groups.google.de/group/bottlepy for mailing list options.
See http://bottlepy.org/ for news and documentation.
---
You received this message because you are subscribed to the Google Groups "bottlepy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bottlepy+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.