Questions tagged as 'post'

2
answers

send by POST when the id is variable

On a page I created a table that when clicking on a row it sends to another page. On the other page I want to collect the information by POST and not by GET. The problem is that each row has a different ID and not consecutive, so when trying...
asked by 30.03.2018 / 20:22
1
answer

Send CSV to an API using POSTMAN

I am using Symfony 3 to create an API that receives a CSV file and reads it. This is my route: /** * Recive a file * * @Route("/get/file", name="get-file") * @Method("POST") * @param Request $request * @return Response */ public functi...
asked by 17.01.2018 / 14:51
0
answers

Failed to perform POST request in java with AndroidStudio

I am developing an application for android and this makes a POST request sending some values to a television decoder. The application generates the values correctly but at the time of sending the data to the device it gives several errors among...
asked by 03.06.2017 / 22:41
2
answers

error code 400 with Volley when sending data with basic Authorization

I'm trying to send data to a WepApi service, specifically to a POST method. The method I use to send the data is: private void enviaDatos() { EditText txtAsunto = (EditText) viewPrincipal.findViewById(R.id.asunto); // Store values...
asked by 30.05.2017 / 17:12
1
answer

Fancybox, how to redirect after a Submit

I need help with Fancybox, I do not understand how to make the LigtBox close and redirect the entire browser to another site after a POST from a Submit button. Here I leave the code <script type="text/javascript"> $(docu...
asked by 10.01.2017 / 13:54
0
answers

Can the MercadoPago account be shared with two different sales sites and URLs? [closed]

The ecommerce platform is multiportal, which allows us to create more than one sales site with different URLs / MARKS, which is adjusted to our business need, but the collection management would like to keep it centralized, then, we will Can you...
asked by 19.01.2017 / 12:29
1
answer

Upload files to a server from IOS app with swift

I'm making an app with which you can upload images to a server (It's in PHP 5.2 ). Firstly, to upload the image, I did it at the moment when the button was clicked to go up from the app and it showed a alertview with a load bar,...
asked by 24.08.2016 / 10:51
1
answer

Send file and message from Android to a server

I use the following method to send a file to a server, I receive it with PHP in the variable $ _FILE, the truth is that I do not understand this method 100% and I do not know if I can add more data, I would like to send it together to file a cou...
asked by 09.06.2016 / 20:16
1
answer

Get value of a variable knowing the ID and add it in Open graph

Dear, I have the following question, I have tried several possible solutions but I have not achieved it. I have a form with a Select and 2 textarea fields. The fields are "Brand" with the variable $ fid = 15, Model with the variable $ f...
asked by 07.04.2016 / 04:00
2
answers

Insert 'N' times of PHP AJAX MYSQL records

I was looking for a way to generate a list with information depending on 2 variables, I found an example ( Link ) and I found it interesting. The problem is that when inserting the selected data it inserts them into the Base de Datos as a...
asked by 24.07.2018 / 23:52