G
Guest
I have an app that (at the moment) moves through files that are on a web
site, and deletes them, wat i want to do for the next stage, is to be able to
download each file before i delete it.
i have tried POSTin to be able to view the image, then saving it, but it
doesnt work, the problem i have is that all the files on the server have the
same name, which is
http://1.1.1.1/DH/repository/content.tif
and for me to be able to view one, i had to send the follow command (that
has a fwe ids that tell me the server which file i want)
show=&did=31374&rid=6_2_6_1_2_1&sid=174709756905990&WidthSize=136&useSavedParam=&dummy=
once i did this i got the followin content response
HTTP/1.1 200 OK
Server: Web-Server/3.0 GW-Repository
Content-Length: 24434
Content-Type: image/x-tiff
Set-Cookie: cookieOnOffChecker=on; path=/
Connection: close
MM
i have tried to use the
WebClient.DownloadData(http://1.1.1.1/DH/repository/content.tif)
but it simply returns an error.
Does enyone have any ideas.
Thanx in advance
site, and deletes them, wat i want to do for the next stage, is to be able to
download each file before i delete it.
i have tried POSTin to be able to view the image, then saving it, but it
doesnt work, the problem i have is that all the files on the server have the
same name, which is
http://1.1.1.1/DH/repository/content.tif
and for me to be able to view one, i had to send the follow command (that
has a fwe ids that tell me the server which file i want)
show=&did=31374&rid=6_2_6_1_2_1&sid=174709756905990&WidthSize=136&useSavedParam=&dummy=
once i did this i got the followin content response
HTTP/1.1 200 OK
Server: Web-Server/3.0 GW-Repository
Content-Length: 24434
Content-Type: image/x-tiff
Set-Cookie: cookieOnOffChecker=on; path=/
Connection: close
MM
i have tried to use the
WebClient.DownloadData(http://1.1.1.1/DH/repository/content.tif)
but it simply returns an error.
Does enyone have any ideas.
Thanx in advance