Questions tagged as 'input'

1
answer

validate image input file multiple jquery in 4 ways

Good evening guys, I have an input file multiple and I need to do 4 validations before sending the form. 1) Limit the number of images sent in 10 2) Images have to be of type jpeg or png (just put an accept in the html already solves this...
asked by 30.07.2016 / 01:05
1
answer

Follow focus sequence after reloading the page

I have a page html , with several input fields, where I want to pass them in sequence using the tab key. I used tabindex="" to follow the correct sequence. But one of these fields reloads the page to bring values from the da...
asked by 18.07.2016 / 15:07
1
answer

Input Text similar to google drive file sharing

Hello! I would like to know how to make my text field look similar to the one in the image. I need to get the bank values and leave them that way when selected. It already works with jquery autocomplete, I just need to do this to finalize...
asked by 22.07.2016 / 15:02
0
answers

Java Spring MVC error 400 - Search for 2 fields

Galera, blz?! Next, I'm finalizing a project for college completion and I'm getting a very strange error. I already analyzed with another class friend, but we could not identify. I need to search for two fields, one field per title, and an...
asked by 10.06.2016 / 06:01
0
answers

Create auto complete in input?

I want to do a autocomplete effect on a input , as a prompt, eg I have the following commands in a array php: ADD SUB SHOW MUL I want to make it start typing, for example typing " A ", display a kind of placeho...
asked by 24.02.2016 / 05:13
0
answers

Put a balloon on top of the input [type = range]

I'm generating a form from a php, it generates an html like this: <div class="mf_slider"> <div class="mf_slider_label">Você tem cabelos brancos?</div> <div class="tooltip"> <div class="tooltip-arrow"></...
asked by 18.03.2016 / 15:49
2
answers

Access multidimensional arrays of an input in php

I have several image arrays in the following format: <input type="file" name="imagens[$id][]"> The $id is changed dynamically. How do I access get some of the image data, name for example in php? Updating: Array ( [45]...
asked by 01.02.2016 / 18:02
1
answer

PHP does not recognize all multiple input files

Good morning, I'm doing a function to upload multiple images, but in PHP comes only the last. Here are my codes: HTML <form id="msform" action="../controllers/controllerCadastraImagemProduto.php" method="POST" enctype="multipart/form-da...
asked by 12.01.2016 / 13:51
1
answer

Error sending input data to php with Ajax

I have the following structure: <div class="username"> <label>Usuário: </label> <p><?php echo $result[0]['username']; ?></p> <a>Editar</a> <input name="user" value="<?php ec...
asked by 31.12.2015 / 02:11
0
answers

value of the input erasing in the click

I have this code in javascript which passes values to inputs . When I use this code it inserts the data in input normally but when I make a click after having passed the values the input automatically erases the...
asked by 29.10.2015 / 00:30