python-eel/Eel
How can I upload a file to frontend and handle it on the backend?
开放
#613 创建于 2022年9月19日
help wanted
仓库指标
- 星标
- (5,980 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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?