FileUploaderPlugin
FileUploaderPlugin copied to clipboard
Socket exception while uploading
Stack trace at: https://gist.github.com/rameshbabudevalingam/39050313079888509da8b1b271ae8fd5
Bug Information
Version Number of Plugin: 1.4.0 Device Tested On: Samsung s7 Simulator Tested On: Version of VS: 2017 Version of Xamarin: Forms 3.1 Versions of other things you are using: .Net standard 2.0
Steps to reproduce the Behavior
Create a new Xamarin.Forms + .NetStandard 2.0 Create a Method to Post a video to a server On Android capture the video, store it in local and provide the video path to an URL
Expected Behavior
Video file should be uploaded 100% successfully
Actual Behavior
Java Socket exception
Code snippet
FilePathItem filePathItem = new FilePathItem("Video", videoFileUrl); await CrossFileUploader.Current.UploadFileAsync(url, filePathItem, headers, null, null);