Hi joheno,
Based on your description, we have created a sample a sample with NuGet V31.2.12 to validate the reported scenario on an Android device to ensure thorough validation, we tested using a real Android device with the Syncfusion Blazor demos uploader sample. In this case, we captured an image and uploaded the same after a 5‑second delay. The uploader displayed the option to upload the already captured image and successfully completed the upload without any interruptions.
For your reference we have included a gif demonstration:
Gif:

Additionally, when selecting the Browse option, capturing a picture, and then uploading it. In this workflow, the Blazor Server circuit may disconnect if the browser tab becomes inactive during the capture process. This behavior is related to the SignalR connection timing out, which explains why uploads succeed only when the action is completed quickly.
We recommend increasing the SignalR timeout settings in your Blazor Server application to keep the circuit alive during longer capture intervals.