Click here to Skip to main content
15,881,687 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
<div class="col-sm-12">
        <label>
            Textarea</label>
        <textarea class="form-control" id="demo-code" rows="7" spellcheck="false">
</textarea>
    </div>
    <button id="demo" class="btn btn-primary">
        Run!</button>



inside the textarea the url will be pasted from that how can i download a image in .Zip format

ex:http://www.gravatar.com/avatar/0e39d18b89822d1d9871e0d1bc839d06?s=128&d=identicon&r=PG
from that i want filter the url and save the image in .zip format
Posted
Updated 26-Jun-15 0:23am
v3
Comments
Arkadeep De 26-Jun-15 6:50am    
you can find your solution here.
http://stackoverflow.com/questions/26275149/how-to-load-all-images-from-a-url?answertab=active#tab-top

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900