I have asp.net application and i want to upload image by url like
http://www.planwallpaper.com/static/images/images-7_kACPBns.jpg
to amazon bucket. How can i upload it directly without download it to my server and upload to amazon.
Note: I need it to reduce the memory without save the image in memory and then upload the image to amazon.