python-eel/Eel
Auf GitHub ansehenHow can I upload a file to frontend and handle it on the backend?
Open
#613 geöffnet am 19. Sept. 2022
help wanted
Repository-Metriken
- Stars
- (5.980 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Describe the problem I want to be able to upload a file from the frontend html side and catch it on the backend with python eel and do calculations on the file. How can I accomplish this?
For example the user uploads a csv file to the frontend to the python eel backend, so I can do some calculations on it?