By cyberhitesh
via hiteshagrawal.com
Submitted: Mar 31 2008 / 06:53
In Web scenario we have two method to send content to other page “GET” and “POST”. Though in “GET” method developers enjoys the flexibility of checking the content getting passed but there is limit for sending data. As compare to “GET” method “POST” enjoys the flexibility for sending unlimited data and using this method we can also send huge file content. This article will teach you on how we can send huge file content to remote host. To achieve this we will be using URLConnection class that allows you to connect with the remote URL page.
Add your comment