Android large video uploading to php server ,I read many answer in stackoverflow.
uploading video upto 50MB to the server
Android: OutOfMemoryError while uploadi
If the OutOfMemory error is coming from the server, the quick fix would be to update your php.ini variables:
upload_max_filesize = 100M
(or whatever you feel comfortable with)
or if you are POSTing, then you'll also want to change
post_max_size = 100M