-
-
Notifications
You must be signed in to change notification settings - Fork 10
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 File element type for File Upload #229
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #229 +/- ##
==========================================
+ Coverage 97.21% 97.71% +0.50%
==========================================
Files 48 48
Lines 789 833 +44
Branches 142 153 +11
==========================================
+ Hits 767 814 +47
+ Misses 11 8 -3
Partials 11 11
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
@mikhail-vl Please let me know how to use this file upload in my panel. Provide step-by-step instructions . |
@utkarshsalunkhe It's going to be in the upcoming release. If you want to try the CI Artifact, then just download, install and add the element File to the form. |
@mikhail-vl "After uploading a file from my local system to an API, what will the API send in response? Is it the path of the file? I want to send the path of the file to the backend." Is that correct? |
@utkarshsalunkhe The panel will send the file itself as Base64 if selected |
Can we get step by step instructions atleast one example so that it help us to use the element please ? |
@vanimesh We appreciate the interest and we will add examples in the relevant issues. |
Resolves #122