G
Guest
I have an app that i am developing, it access a website via HttpWebRequest
and HttpWebResponse classes (eg http://thaynann.com/images/) and at the
moment i am able to save all the image files from this page (by grabbing
their URLs and calling WebClient.DownloadData() and save them to my PC), wat
i need to do is to be able to have the applicaiton automatically move to the
next page of images (the issue is that the next page doesnt appear to have
its own URL, it stays at http://thaynann.com/images) and grab the new page of
images and repeat the process to save them.
I have tried lookin at the request and responses that are being used (via
TcpTrace.exe), but i havent had any exp in JavaScript and minimal in HTML
itself, so i get quite lost looking through lines and lines of it
If anyone can help with my problem, that would be much appreciated.
PS, the website isnt real: just used as example
thaynann,
and HttpWebResponse classes (eg http://thaynann.com/images/) and at the
moment i am able to save all the image files from this page (by grabbing
their URLs and calling WebClient.DownloadData() and save them to my PC), wat
i need to do is to be able to have the applicaiton automatically move to the
next page of images (the issue is that the next page doesnt appear to have
its own URL, it stays at http://thaynann.com/images) and grab the new page of
images and repeat the process to save them.
I have tried lookin at the request and responses that are being used (via
TcpTrace.exe), but i havent had any exp in JavaScript and minimal in HTML
itself, so i get quite lost looking through lines and lines of it
If anyone can help with my problem, that would be much appreciated.
PS, the website isnt real: just used as example
thaynann,