Monday 6 February 2012

Continued Work on PHP file

In order to discover the problem with the FIle Upload program, the Android Developer website was looked at to find how the android code works.

Code makes use of the HTTP post method which is part of the API

"The post method is used to request that the origin server accept the entity enclosed in the request" - Android Developer Page

The code takes the following steps:

-First a connection needs to be made to the Server

- Post Method Request Mage

- Data then sent to the Server until no data left

- Data then sent to server

-  Connection then Closed

No comments:

Post a Comment