Top "Send" questions

is a generic tag for communication between programmed elements using some protocol.

Send data to fragment with FragmentTransaction

I'm in my fragment class calling this: @OnClick(R.id.blockedLinkLayout) public void onBlockedClick(){ final FragmentTransaction ft = getFragmentManager().beginTransaction(); ft.…

android android-fragments send android-bundle fragment-transitions
Empty form POST data

Can anybody tell me what happens if you are sending an HTML form via POST and you don't enter data? …

html forms post null send
C# send image over HTTP

I have a small HTTP-Server here written in C# and until now I only needed to send raw text back …

c# image http send tcplistener
In Java, send commands to another command-line program

I am using Java on Windows XP and want to be able to send commands to another program such as …

java command-line process send sqlcommand
How to send html content through ajax request?

I have a form with a textarea (tinymce) for input content. When I perform an ajax request, I got the …

html ajax jquery request send
Java client and a C++ server send and receive via TCP Socket

I have a C++ server and two clients (ruby and java). Everything is running on a 64-bit linux-machine (java 1.7.0_17) The …

java c++ ruby sockets send
Scapy SYN send on our own IP address

I tried to send SYN packets on my local network and monitoring them with Wireshark and everything works just fine, …

python generator send packet scapy
Send binary file in HTTP response using C sockets

I`m trying to send a binary file (png image) in http response. FILE *file; char *buffer; int fileLen; //Open …

c http sockets binary send
GSM SM5100B C M E E R R O R : 4 error

I am using Arduino to control an SM5100B GSM device, everything works except when I want to send an …

sms arduino send gsm at-command
Unable to write data to the transport connection: An existing connection was forcibly closed by the remote host

I have an update server that sends client updates through TCP port 12000. The sending of a single file is successful …

c# file tcp send