Hi. Last times I have faced troubles with file uploading on disk. I use methods GetUploadLinkAsync and UploadAsync, but GetUploadLinkAsync freezes and isn't returning from async operation. If I use pre-prepared upload link, which I made manually through Postman, UploadAsync method is doing the same: freezes and isn't returning from async operation.
Hi. Last times I have faced troubles with file uploading on disk. I use methods
GetUploadLinkAsync
andUploadAsync
, butGetUploadLinkAsync
freezes and isn't returning from async operation. If I use pre-prepared upload link, which I made manually through Postman,UploadAsync
method is doing the same: freezes and isn't returning from async operation.