I've got the same code as mentioned here: Photo upload with parameters to a PHP page
on a windows phone 8. My webserver gets the request. Dumping $_FILES gives:
Array
(
[media] => Array
(
[name] => pvkeumhbpt.jpg
[type] => application/octet-stream
[tmp_name] => /tmp/php4l8jVz
[error] => 0
[size] => 0
)
)
Image is created and everything is fine, but the size is 0B (black image) and in Debugger I have ReadTimeout of the picture while processing the httpWebrequest.
ideas appreciated ...