Questions tagged as 'input'

1
answer

How to get the fakepath from Internet Explorer

I have a problem implementing a web page in the IIS. I load a file from the website, the problem is when I try to load it from internet explorer, because if I charge it with chrome it does not happen to me ... The difference that you notice,...
asked by 13.09.2018 / 16:37
1
answer

Set characters within an input

Is it possible that within a input I set some fixed characters that can not be deleted? I mean, something like this: xxxx-xxxx-xxxx-xxxx Where x are numbers that the person enters and hyphens (-) are fixed and can not be deleted? Let...
asked by 26.07.2018 / 20:17
1
answer

update two input dates automatically?

I need to realize that when creating 2 input, when you select the date of the first, the second can not be selected from the date before. this is how little I have <table> <tr> <th>Fecha...
asked by 26.07.2018 / 21:22
0
answers

how to send an array that has a key x and that key contains another array with the responses of an input

hi all my problem is the following, I have these inputs where I send user information especially this is where he sent the information <input type="{{$tag->tag_type}}" class="form-control" value="{{$option->option_value}}" name="t...
asked by 14.06.2018 / 22:53
1
answer

Preload file in input type = 'file'

Is there any way that an html input file contains a preloaded file when the form is displayed? What I intend is that in a configuration form, the fields saved by the user (stored in the database) are preloaded when you access the form again....
asked by 22.05.2018 / 12:15
0
answers

Render input file "PDF" in Internet Explorer with ASP.NET MVC 5

I'm trying to show a preview of files (.pdf). Currently I select the files with the tag "input file multiple" and I generate a list of the names of the selected files, now I would like to add a link that when I click on it open me in a modal win...
asked by 16.04.2018 / 23:13
0
answers

Store input values in a javascript array

I am creating a matrix with dynamic input values. The program asks you for the order and the set of vectors. From that, it generates a bidimensional arrangement (with the values that you entered in the inputs, of course). For example, if I want...
asked by 02.03.2018 / 18:57
1
answer

How to autollenar an input with preloaded data depending on the value of a dropdown and a numeric value in other input?

This is the first time I will ask a question that is probably going to be badly written, so I apologize in advance. I have tried to carry out the request in the question for 2 days and I have not been able to achieve it, nor have I found any...
asked by 02.03.2018 / 18:07
2
answers

How to get label by post with php?

Is there a way to receive the value of a label or other element that is next to an input by php? I have the following code. <div class="formulario__category__plates"> <?php $platos = mysqli_query($conexion, $pCombinations); while...
asked by 15.02.2018 / 21:18
0
answers

Yii2: Compare an input that only enter dates with a specific format

How can I get an input in a date and if the date is not similar to this format aa-mm-yyyy do not accept it? All that within a function "rules". I am using the following php code for the aa-mm-yyyy format but I have no idea how to continue '...
asked by 30.01.2018 / 16:44