Questions tagged as 'post'

2
answers

POST request with filtered data displayed in datatable - Jquery

I have problems to show the information filtered in a POST and I do not know what the error is, I am following the indications of the official page of Jquery to use the POST but when trying to show the data in the datatable I only see an object...
asked by 17.09.2018 / 20:34
2
answers

error loading an image in yii2

good afternoon my project has a client model, a clientController driver and a form guide me in the documentation of Yii2 but I do not give with the problem since it saves all the fields but I do not load the image in the route that I indicated ,...
asked by 05.09.2018 / 22:23
0
answers

Problem to pass values by URL (GET) in PHP

I try to do the following: From a query, I create a table, to which at an option, I am adding a link to print a pdf, $indices .= '<tr> <td>' .$row[id_presupuesto]. '</td> <td>'...
asked by 05.09.2018 / 20:01
0
answers

Problem with POST in angular 6 and ajax to send forms to formspree

I'm a bit new to Angular and I was trying to use the link service when I found out that the forms could not execute the POST method, here the code of my form <form class="form" [formGroup]="contactForm" method="POST" (ngSubmit)="onSub...
asked by 28.08.2018 / 05:43
1
answer

Can an ajax request be made to this url?

I would like to know if I can make an ajax request to this web page to download videos from youtube, I do not get it, in theory this would be enough to download the file no? $(()=>{ const api = 'http://youtubedl.xyz/download'...
asked by 17.08.2018 / 18:28
2
answers

How to edit nested Selects jquery?

Hi, I have this problem with two nested select2s (one depends on the other), the first thing is that I filled a datatable.net with the data and I passed them through oneclick to be able to edit them: EditarTrabajador = function ( CodOficina, D...
asked by 02.08.2018 / 16:56
0
answers

I would like to extract the sucess and error that this javascript answers me, how is it done?

$(document).ready(function(){ $('#idBoton').click( function(){ var order_val =$('#verificacion').val(); var order_name = $('#name').val(); var order_cedula = $('#cedula').val(); v...
asked by 30.07.2018 / 23:50
0
answers

php curl $ _FILES empty (empty)

I try not to bother much with questions. I rarely do them but this is very complex. I am following the code of: link I try to send a document using CURL. When executing it, it actually receives a response from the file (php code) that th...
asked by 30.07.2018 / 08:11
0
answers

problem with POST angular5 method?

It turns out that I am doing a project with angle 5 and when saving an audience in my case ... it shows me as a result a [Object Object] I would appreciate a hand! service audiencias(anio: string, mes: string) { const httpParams...
asked by 26.07.2018 / 20:55
0
answers

PHP Ajax shows no results (CLOSED)

I need help with my php code, I do not know if I'm doing it right but ... I have this script: $('#procesaPedido').on('click', function() { var storage = {}; for ( var i = 0, len = localStorage.length; i < len; ++i ) {...
asked by 23.07.2018 / 18:58