This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Add ability to upload files #128
Comments
Is this still valid? |
It is, but it is not important. I believe no one is using this functionality and we can move it to backlog or even close it. If needed, we can reopen it. |
Thanks @ipeychev! |
If that's valid and still happens, I think we should not close the issue. Instead, we can just remove the labels. |
Updated |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is some odd issue with Magnet and uploading forms. To explain it, I created two examples: uploading files with and without Magnet. They are practically the same, but the one with Magnet throws "stream ended unexpectedly" error :/
How to reproduce:
Expected result in the Magnet demo:
File to be uploaded successfully.
Actual result:
A "stream ended unexpectedly" exception is being thrown.
Note: there is sync and async version in Magnet example. Both throw same error. By defaut the demo works with the sync version.
For reference, the original example (without Magnet) I copied from here.
The text was updated successfully, but these errors were encountered: