Szilárd Mitra

Szilárd Mitra (born 9 January 1987) is a Romanian professional footballer of Hungarian ethnicity, who plays as a midfielder for AFC Odorheiu Secuiesc, on loan from Miercurea Ciuc.[1]

Szilárd Mitra
Personal information
Date of birth (1987-01-09) 9 January 1987
Place of birth Viforoasa, Romania
Height 1.81 m (5 ft 11 12 in)
Playing position(s) Midfielder
Club information
Current team
Odorheiu Secuiesc
(on loan from Miercurea Ciuc)
Senior career*
Years Team Apps (Gls)
2007–2013 Lacul Ursu Mobila Sovata 67 (14)
2013–2014 FC Zagon 27 (3)
2014–2015 SCM Pitești 11 (1)
2015–2017 Sepsi Sfântu Gheorghe 22 (3)
2018– Miercurea Ciuc 4 (0)
2020–Odorheiu Secuiesc (loan) 0 (0)
* Senior club appearances and goals counted for the domestic league only and correct as of 18 March 2020

Honours

Miercurea Ciuc
gollark: With Express.js the server thing would look *very roughly* like this:```javascriptconst express = require("express")const multer = require("multer")const app = express()const upload = multer({ storage: multer.memoryStorage(), limits: { fileSize: 2**22 // 4MiB maximum filesize }})app.get("/image", (req, res) => { res.send(loadImageFromSomewhere())})// send upload form HTML - you would need to write this tooapp.get("/upload", (req, res) => res.sendFile("upload.html"))app.post("/upload", upload.single("file"), (req, res) => { saveImageSomewhere(req.file.buffer)})app.listen(8700, () => console.log("listening")) // listen on port 8700```
gollark: I mean, you could use PHP too. I don't like it. But you could.
gollark: What I might do, though there are probably many ways to: make a program in Node.js or whatever (personal preference) which responds with whatever image is set to any requests for that, and which allows you to upload an image, converts it to the right format, then saves it to be sent when the ESP requests it.
gollark: And you want to be able to upload pictures to some sort of web thing to send to the ESP?
gollark: That... sounds possible though I don't know exactly what you mean.

References



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.