Upload a html file which contain images
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
I want to upload a html file but I have some problem that when you have images in that html file you will have a folder that contain that images so you can upload it. How do I solve this problem? Please help me. Thanks
hmm if I understand your problem you want to download "complete page" with images etc... ok so after you download html page, extract links from it (e.g parse markup with regular expressions to find links) and then download images from these links... is this what you want? David Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy