Posts by Richard Barcelos • 21 points
8 posts
-
0
votes2
answers117
viewsA: Picking up javascript arrays for sending in the form
SORRY THE DRAFT IMAGE @emanuelpoletto…
-
0
votes3
answers1124
viewsA: How to pass javascript array to form and get the values in php?
@emanuelpoletto Here I show that the array is with the file information.. no?…
-
0
votes2
answers117
viewsQ: Picking up javascript arrays for sending in the form
<script type="text/javascript"> var nomess = []; function handleFileSelect() { var output = document.getElementById("resultt"); arquivos = $("#imagem").prop("files"); var nomes =…
-
0
votes3
answers1124
viewsQ: How to pass javascript array to form and get the values in php?
I have a form that creates a list of selected images before sending through an input type='file' However how can I pass the Array Javascript to the form and submit it by clicking on action? I need…
-
0
votes0
answers103
viewsQ: How to send to the back end an Array inputFiles via form?
I have a form that besides the input file has other inputs like for example the input name.. select type... In the input file I need to get more than one file, I got this with help from the people…
-
0
votes1
answer2051
viewsQ: How to make the Multiple file input field in a second selection keep the previously selected files?
When Open the file selection window it lets me select multiple files, OK!. But after opening the files if user click again to open more files it clears the previous selection... How to make him…
-
0
votes1
answer51
viewsQ: Picking multiple fields from a column in mysql and splitting into arrays
I have a mysql field called description, it stores arrays separated by '|'. forming a group. When I have more than one group I add a * to the end to say that it is a new group. 2|Bags with gold…
phpasked Richard Barcelos 21 -
0
votes1
answer57
viewsQ: Creating dynamic inputs with increasing value
I have a script that already adds and removes the desired fields. I click + it adds and click on the recycle bin icon it removes.. Until then this ok, I copy the div and it creates a new line with…