You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more robust, more fast and more
efficient!
It is delivered with a good documentation.
Thank you for your support and feedback. ☺️
Jean-Christophe Bos
Le lun. 18 févr. 2019 à 17:55, Anton Vanhoucke <[email protected]> a
écrit :
From the readme and I can not deduce how to write a file upload handler
with microwebsrv.
I currently use python3/tornado where I go:
class UploadHandler(tornado.web.RequestHandler):
def post(self):
if 'file_0' in self.request.files:
etc.
I want to move to micropython for this web app. How do I do that?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#52>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAegLNJ5tF_PooIktTBf1np4Bapvlzskks5vOtr-gaJpZM4bBRfZ>
.
From the readme and I can not deduce how to write a file upload handler with microwebsrv.
I currently use python3/tornado where I go:
etc.
I want to move to micropython for this web app. How do I do that?
The text was updated successfully, but these errors were encountered: