Search found 1 match

by Huntaway55
Sun Apr 05, 2020 9:55 pm
Forum: Programs, Libraries and Tools
Topic: How to send file using urequests.
Replies: 8
Views: 10225

Re: How to send file using urequests.

I came across this thread when was looking to upload files in micropython. Following the requests library source, I was able to hack something together to get file uploading to work in micropython urequests. I've pushed the code to Github. https://github.com/jono-allen/MQTT-Cam/blob/master/uploader....