Hello I'm new to python I'm finding a method to auto upload images to a webserver. Someone can help me? Thanks for the answer.
Asked
Active
Viewed 63 times
-2
-
To what *webserver* are you wanting to upload said images? – Daweo Oct 08 '21 at 12:39
-
webserver on raspberry pi – Phumin Pmn Oct 08 '21 at 12:47
1 Answers
0
You can use the Flask command-line Interface and create a method to upload files by reading a directory and if you need recurrent can use CRON task from the OS to auto-execute come times in the day also you can use this method may be called from a web interface as well:

Jose Lora
- 1,392
- 4
- 12
- 18