Downloading an image from URI
-
hi all, I just want to know how can i download an image from an URI specified.. please check it using this link. http://a1472.g.akamaitech.net/f/1472/124/4h/img.ebags.com/is/image/im1/59011\_1\_1?&op\_usm=.5,1,0,1&hei=249&wid=249 Please help me in this matter ASAP.. Thanx in advance.. Nicejith
-
hi all, I just want to know how can i download an image from an URI specified.. please check it using this link. http://a1472.g.akamaitech.net/f/1472/124/4h/img.ebags.com/is/image/im1/59011\_1\_1?&op\_usm=.5,1,0,1&hei=249&wid=249 Please help me in this matter ASAP.. Thanx in advance.. Nicejith
-
I just want to download the image shown in that URI and to save it in a folder in the server. I can download other images given like www.abcd.com/xyz/image1.jpg. But when i try to download the image in the given url there occurs an error- "Uri formats are not supported". Now i'm using the code format as follows wc= new WebClient(); wc.DownloadFile(givenurl,wheretosave); Please help me to solve this problem.. Regards Nicejith
-
I just want to download the image shown in that URI and to save it in a folder in the server. I can download other images given like www.abcd.com/xyz/image1.jpg. But when i try to download the image in the given url there occurs an error- "Uri formats are not supported". Now i'm using the code format as follows wc= new WebClient(); wc.DownloadFile(givenurl,wheretosave); Please help me to solve this problem.. Regards Nicejith
-
What is the exact error message? I tried your code with the url you gave in the original post, and it works just fine.
--- b { font-weight: normal; }
Hi The actual problem was with the url i supplied.The problem occured when i tried to upload bulk product details from a file to the application's database.The url contained blank spaces, i think. now i gave code for trimming and removing some extra parameters from the url in my application. Now it works smoothly..Thanks for the efforts you made.. Regards Nicejith