I\'ve been looking for a solution to this for hours, but I can\'t find any.
Basically, I want to upload, from my android device, files to an http website. However, I
For the PHP side of things take a look at
move_uploaded_file and also the global $_FILES
move_uploaded_file
$_FILES
http://php.net/manual/en/function.move-uploaded-file.php
http://php.net/manual/en/features.file-upload.php