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

Popular posts from this blog

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

c# - Search and Add Comment with OpenXML for Word -