python-eel/Eel

How can I upload a file to frontend and handle it on the backend?

Open

#613 aberto em 19 de set. de 2022

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Python (570 forks)batch import
help wanted

Métricas do repositório

Stars
 (5.980 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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?

Guia do colaborador