Questions tagged as 'post'

0
answers

Problem with Enctype in form

Hello, I have a project being developed in php, everything was done so I hosted the site, when it was hosted I came across a bug that did not happen locally. I have a form file, this page receives a parameter via GET specifying the type of...
asked by 29.11.2016 / 17:06
0
answers

How to get the return of a POST sent by the Client (DataSnap REST)

I have a WebService Server REST developed by the IDE Embarcadero Delphi XE7 , I need to get the return of the POST from the client. I created the WebService from the DataSnap REST Application, when creating the project it comes w...
asked by 10.11.2016 / 14:10
0
answers

GET parameter with special characters

I have browsed the entire internet behind the solution of my problem and as a last resort, I come to ask you and I hope to find a solution to my problem, as follows: I am making a query via PHP & MySql with the following parameters passed...
asked by 28.11.2016 / 12:46
2
answers

Save form attribute without defined name

I'm having a problem with a php script. The name attribute of a page receives a value that is generated by an array. What I need to do is basically generate a table in which each row has a button that serves to delete the same information receiv...
asked by 28.10.2016 / 14:54
1
answer

Using filter_input_array (INPUT_POST, "var_name") vs. $ _POST [closed]

I have the following input variable in my form: <input class="caption_text" type="text" name="caption[]" required/> That I create dynamically with JS. After submitting I test the following: $mycaption = \filter_input_array(\INPUT...
asked by 30.07.2016 / 18:35
1
answer

error in http post

I would like to have the save method in the class itself, and I'm not getting it, I'm a beginner in the typeScript language. import { Injectable } from '@angular/core'; import { Http } from '@angular/http'; @Injectable()...
asked by 10.08.2016 / 17:04
2
answers

How to lock submission through an ajax request by a bind () button event

The ajax request, returns me "1" or "0". Every time I click the forward button, however, it is not blocking the submission. How do I validate the values, if I have a "0" answer, it should block the submission method: DDWFrontEnd = function() {...
asked by 17.06.2016 / 00:13
0
answers

Upload with AJAX, do not go with files with more than 2 megabytes

I have a UPLOAD code of images with AJAX: $.ajax({url:"php/upload.php", type:"POST", data:new FormData(this), contentType:false,cache:true,processData:false,success: function(resposta){ It only works with images up to 2 megs, more than that...
asked by 27.06.2016 / 16:49
0
answers

Help - Uncaught Error: Syntax error, unrecognized expression: # [object HTMLFormElement] [closed]

Probleminnotvalidatingaformwithajax,followtheerror..$.ajax({type:"POST", url: "adicionaConcorrente", cache: false, data: $("#" + varForm).serialize(), beforeSend: function() { // Faz alguma coisa antes de enviar },...
asked by 27.05.2016 / 16:38
1
answer

How to work with the $ http service of AngularJS in a synchronous way?

How to work with AngularJS $ http service in a synchronous way? In this case I am using AngularJS + Laravel and 3 tables to save a questionnaire (in which an evaluation has several questions, and each question has several items): evaluat...
asked by 15.02.2016 / 22:59