Questions tagged as 'multiple'

1
answer

Undefined variable: id

Contextualization Home It is necessary for the user to register new locations in the project through the multiple selection box. As will be several locales I do not know how ajax and php process this data. Home The following image shows the mo...
asked by 26.04.2018 / 20:16
1
answer

Update Multiple Columns

I have the following situation, I need to update the SB1300 table in the B1_DESC and B1_CODBAR fields for several lines. The where will be B1_XCODORI Can I do the same query?     
asked by 06.12.2017 / 14:47
0
answers

How to disable an item from the list so it is not checked, just to show on the combo?

How do I leave an item disabled in this plugin: ui.multiselect ? link Code: angular.module('ui.multiselect', []) //from bootstrap-ui typeahead parser .factory('optionParser', ['$parse', function ($parse) { //...
asked by 11.08.2017 / 23:21
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

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

Change Authentication Table, Laravel 5

I am making a platform that will have 3 authentication systems, one for ordinary users, another for admins, and one for workers. I thought changing the model and table in config-> auth would be enough but apparently it was not. ObreirosCon...
asked by 20.12.2015 / 20:29
0
answers

Jquery - Loop a function

Good evening, everyone. I'm learning a little Jquery and wanted some help. I have the following code: $(document).ready(function(){ $('#btnEnviar').click(function(){ var caminho = ("/uploads/"); $("input[name='arquivo']").each(functio...
asked by 13.08.2015 / 00:05
1
answer

Write multiple csv files in Python [closed]

Hello! My question is this: I wrote a program that, with the information I enter, it will collect a number of links (this number varies) and will store them in a csv. Then it will open each of these links and collect some data, saving them in an...
asked by 05.11.2018 / 11:50