Hi, Iβm trying to upload a file, but for some reason the service gets only the first.
After upload file called dispose?
how to correctly upload the file
thx
in service:
Hi, Iβm trying to upload a file, but for some reason the service gets only the first.
After upload file called dispose?
how to correctly upload the file
thx
in service:
Why are you uploading the same file stream multiple times? Have you tried opening a new file stream each time?
This test upload files, I wonder why some of the files do not reach the service.
Yes, I tried every time to open a new thread, but in this case I get the null value.
in service
We have Multiple File Upload Tests.
If you can put together a stand-alone repro on GitHub, I can take a look.
Itβs certainly funny, but in the new solution the problem is not reproduced, I cleaned the cache and everything worked, thanks a lot for the time spent.