php - Any solution to choreograher error "xxx frames skipped.Main thread might be doing to much work" uploading camera image from android phone to server? -
android code:
/*image clicked using hardware camera of android phone , downsized , image compressed fast transmission server* /*image sent server using post*/ httppost = new httppost("http://192.168.1.5:80/eqsolverprocesswritten.php");
server code:
/* input , configuration parameters */ $bdata = file_get_contents('php://input'); /* save uploaded jpg image file */ file_put_contents( upload/image.jpg, $bdata); ?>
Comments
Post a Comment