Questions tagged as 'ajax'

0
answers

SecurityError: The operation is insecure. Jquery

I have a problem with uploading 2 files at a time, it is likely that I will upload them one by one but I can not find the way right now, the HTML code is this: <div class="contenedor contenedor_padding"> <form role="form" name="ca...
asked by 24.10.2018 / 10:31
0
answers

Ajax does not show my Modal Dialog with SparkJava

When on my device.js file I enter an invalid route the browser detects it and warns me, it means that the create device method if it is running, now in the cases that it executes with a correct route, it does NOT ABSOLUTELY NOTHING , it does not...
asked by 24.10.2018 / 17:04
0
answers

FullCalendar does not update automatically when adding an event

Please read the comment in each code. The code of the file that inserts the data is: <?php header('Content-Type: application/json'); $conexion = new PDO ("mysql:host=localhost;dbname=scouts_601_palmira","root",""); if(isset($_GET['id']...
asked by 24.10.2018 / 15:41
0
answers

Does anyone know why this error is coming out? SyntaxError: Unexpected token F in JSON at position 2

This function gives me data that comes from several queries in order to make some calculations but when I call it, it sends me directly to the error. It never enters success: function (data), does anyone know where the error is? This is the...
asked by 22.10.2018 / 20:14
1
answer

Laravel and Datatables as showing an extra field that does not come in the table that I send

I would like to know how I can show data from two tables in a single datatable? In the "user" part, it would be the user's name but it belongs to another table This is what I have in my controller namespace App \ Http \ Controller...
asked by 22.10.2018 / 21:54
2
answers

Save image temporarily loaded with "AsyncFileUpload"

I have the following to show an image when loading it with the AsyncFileUpload, the problem that I have is that it saves the image in the route that I put it, but I would like that route to be temporary because to save it I want to occupy the bu...
asked by 23.10.2018 / 18:36
0
answers

How to send 2 send to a servlet by the post method

I wish I could get your help! I'm wanting to load a grid and a drop-down list on my HTML page, I'm doing it from javascript but having a servlet as a controller since it's a didactic project, the problem arises when I have a switch with the flag...
asked by 05.11.2018 / 02:51
0
answers

Problem internal server error 500 with ASP and ajax

I am trying to fill a table dynamically through a simple ajax and I can not get past this error. The codes I have are the following: familia.js function sendDataAjax() { $.ajax({ type: "POST", url: "Familia.aspx/ListarFamilia",...
asked by 22.10.2018 / 03:23
0
answers

ajax does not load the image or audio type file

hi that such good afternoon I have a doubt does not load the image or audio file type when I give send my modal window nothing saves me the name Mixe and Spanish name and does not save the image or audio ... thanks this is my code js and my f...
asked by 21.10.2018 / 17:09
1
answer

how to make a put | patch request in laravel?

I have the following function that makes an ajax call to update data in my table: $("#editar").click(function(){ if($idfila!=null){ ruta=url_base+"/patron/"+$idfila; var formData = new FormData($("#formulario_datos")[0]);...
asked by 22.10.2018 / 15:53