File upload #4630
Unanswered
espruino-discuss
asked this question in
Pico / Wifi / Original Espruino
File upload
#4630
Replies: 1 comment
-
Posted at 2018-04-20 by @gfwilliams So you want the Espruino to upload to a webserver, or you want Espruino itself to be a webserver, which accepts file uploads? If it's the latter then there's some code available for it here: espruino/Espruino#226 (comment) Otherwise I think it depends a little on the server - but if it's expecting a standard HTTP POST then it shouldn't be too hard (I just don't think anybody has asked this so far). Having said all that I imagine that unless you're very careful you're probably going to hit speed limits in Espruino itself, not your access point :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-04-20 by user88194
Hi all,
Is there any example in Espruino that shows a file upload to a webserver? Basically I am trying to speed test my access point/router by uploading a file and measure how long it took to upload a file and then how long it took it to download a same file. Any leads to an example project will be much appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions