Questions tagged as 'post'

1
answer

Posting a method by clicking a button type = button

I'm making an application where when I click a button I have to send an email. I have my page a input type=Text and a button type="button" that with css is thus -> . I need that when I load that arrow, an email is sent as...
asked by 12.04.2016 / 18:49
1
answer

Calling a WebService Rest with a Post Order

I wanted to do on Android a call to a Rest WCF WebService via POST requests. In C # I can, by sending the post, url and body param . But in Android , whenever I send a parameter, the webservice method (although I can connect), says t...
asked by 14.04.2016 / 10:49
1
answer

Problem submitting form with SELECT tag, empty $ _POST array

By submitting the form above, the PHP script is failing, stating that the 'estab' index is undefined. The 'var_dump' function shows an empty vector. <form action="PHP_scripts/gerarApp.php" method="post" onsubmit="return waiting()">...
asked by 14.03.2016 / 14:55
1
answer

WebService Rest

I'm wondering how do I send a post in the format json using form . This is the form I use: <form action="rest/carros" enctype='application/json' accept-charset="utf-8" method="post"> <input name...
asked by 16.01.2016 / 20:03
0
answers

Data request, checkout Sky

I'm having trouble receiving the data in the Checkout and Sky status URL. I'm using the CodeIgniter framework, and the data does not update the table. Follow the code in my Controller Cart: public function notify() { $order_number = $t...
asked by 10.11.2015 / 21:01
3
answers

Create post in a wordpress and bring in another wordpress automatically

Options: Create a new POST in one wordpress-1, from another wordpress-2. or Everything you create in wordpress-2 be "copied" to wordpress-1 or Create / Register a product in a store -1, from another store -2. [RESOLVED] I...
asked by 27.05.2015 / 21:09
0
answers

Form does not send POST

I'm developing an XLS for MySQL data import system. The system is practically ready. I ran a test with a xls 24kb file and successfully exported without any errors. The problem is that I was testing now with a xls file with 1MB a...
asked by 14.07.2015 / 15:58
1
answer

Remote file upload with Javascript

Is it possible to make a request POST by sending a file as a parameter? For example the TinyPic site contains a field of type file , and I want to send a direct image of my application to TinyPic.     
asked by 22.05.2015 / 00:29
0
answers

Upload image + parameters HttpURLConnection

I have a Rest server and need to upload images and also send parameters. I've done a lot of research but I still can not make the client work. By the browser works right, via code I can send the image but the parameter does not. Follow the serve...
asked by 13.05.2015 / 22:58
1
answer

How to send and receive data to MySQL DB using PHP in Objective-C?

Scenario:  Sending and receiving forms to a MySQL database using PHP. I would like to know if anyone knows or has any link to a tutorial course and clear about these procedures, sending and receiving using JSON. It can be in English or Por...
asked by 15.10.2014 / 18:16