Posts by Diego Lima • 11 points
3 posts
-
0
votes2
answers72
viewsA: Thread and task with static method
Good guys I managed to solve the problem the following way. I took the method of Static was just a common async method, and to catch the return of the method I used the function Invoker in the text…
-
0
votes2
answers72
viewsQ: Thread and task with static method
How do I return the result of this method to a textbox static async Task<object> StreamingRecognizeAsync(string filePath) { var speech = SpeechClient.Create(); var streamingCall =…
-
1
votes0
answers103
viewsQ: update does not work php
Personal I am making a panel in which the user sends an image, but this image is not being made require_once("../classes/seguranca.php"); $nome = $_POST['nome']; $foto = $_FILES['imagem']; $id =…