Posts by Victor Padovan • 21 points
6 posts
-
0
votes1
answer26
viewsA: Doubt - Php with file iput
Expected objective: when the user uploads an image and Submit in the form the image some of the input and the user needs to upload again. What has been done. I created a new temporary folder…
-
0
votes1
answer26
viewsQ: Doubt - Php with file iput
Good afternoon, I have a form in which an image is uploaded, when it is uploaded I receive the photo as array below, in php it creates a temporary file in the case tmp_name. I need to show the photo…
-
1
votes0
answers19
viewsQ: Flutter - Split Sting
Good morning, I am beginner in flutter and I have this login screen just below in the image. as you can see has a String which would be the serial number of the device that occupied all my screen…
flutterasked Victor Padovan 21 -
-2
votes1
answer39
viewsQ: Remove Characters from String
I have this field below that returns from my API, but as you can see it is with \n, \r and \ amid :na categoria \"A ou B\" I’d like to remove them: `"observacao":` `"Conforme Resolução CONTRAN…
-
1
votes1
answer30
viewsQ: Accountant Jquery
Good evening, could someone assist me in a dubious. Each time the person clicks on the BUTTON is called the function: function cloneDivDescricaoProduto() { var count = 0; count++;…
jqueryasked Victor Padovan 21 -
-3
votes1
answer292
viewsQ: Flutter : Listview Builder - Text
Good afternoon, you guys! Could you help me with a question? What am I doing: I created a Listview. inside my body. As you can see I am passing an itemCount: data.length, because I created a List…