-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
upload routes fix for multiple upload #1422
base: main
Are you sure you want to change the base?
Conversation
@fadingNA is attempting to deploy a commit to the Arc53 Team on Vercel. A member of the Team first needs to authorize it. |
This maybe work around method, so this approach edit algorithm when uploading multiple file, sending them one by one reduce overhead. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1422 +/- ##
==========================================
- Coverage 34.02% 33.96% -0.06%
==========================================
Files 69 69
Lines 3403 3409 +6
==========================================
Hits 1158 1158
- Misses 2245 2251 +6 ☔ View full report in Codecov by Sentry. |
restore upload to pack all file together instead one by one
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.
LGTM thank you!
Sorry, just noticed conflict, please resolve it. |
Just resolve to update api/source from this branch aligned with new update. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Fix error on the client-side when send file the formData the server-side throwing code 500 when upload multiple files
Why was this change needed? (You can also link to an open issue here)
to be able upload multiple file
Other information:
🐛 Bug Report: Error uploading multiple files #1420