Download file from web location
Hi All,
I want to download a file from the web location and need to save it to my server.
I want to do this at runtime. Without any user interaction.
There will be a path like : "http://t1.gstatic.com/images?q=tbn:ANd9GcT1ILq7wgDxa9NDkBx3_3nC_HqQvNIp6rd92o4G3ibIeS5qFZlwDg&t=1" and I want to download the file at this location.
Can anybody please tell me how can I implement this?