-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Upload to Pynecone #90
Comments
Hi Alek, I tested pynecone locally and got some insights about it. Can I pick up this issue with your guidance? |
@Pranav25191 this issue may be a bit tricky, but feel free to get started and we can guide you / collaborate along the way. The first thing we need to do is add a new endpoint in app.py for file uploads. We can probably follow the FastAPI docs here. Then we need to create the actual upload button and hook it up to the new endpoint we created. Maybe try to add the new endpoint first and we can incrementally get this feature working. |
@picklelo thanks for your assistance. What I understood is you are telling me to add upload functionality as a new default endpoint initially and test it with fastapi then we can later hook up this endpoint. am I right? if yes I will continue with this. |
Has this functionality been added @Alek99 ? I looked briefly at v0.1.11 and don't see anything there, and I don't see an upload component described on the website or in the components code. Lmk if I'm missing something, thanks! |
Not yet I realized the was a duplicate ticket so closed this one. The one to watch is here #238. Ill mark this as duplicate. |
Have the ability to upload images and other files.
The text was updated successfully, but these errors were encountered: