getstore saves what it receives as it received it. It doesn't know if it's HTML being received, so it can't change a single byte in case it's a binary file. If tags are "missing", the server didn't send them. If the output is unformatted, that's how the server sent it.
That means there's either a serious bug in your LWP, or the server isn't sending what you think it's sending.
| [reply] [d/l] |
I'd guess the reason that some tags are gone, is because it's an ASP, which means it was parsed by the server and some of those non-html tags were replaced with HTML output. As for it being unformatted, I'm guessing that you downloaded the HTML, and not the CSS that goes with it.
| We're not surrounded, we're in a target-rich environment! |
|---|
| [reply] |
can u tell me how you can do that?
| [reply] |
…and a few formatting tags of my asp are lost…
"Lost" compared to what? IE source view?
In my experience different browsers are served different for the same ASP web page by the ASP machine, i.e. IIS.
This is most probably an IE/non-IE split.
So by setting the "right" UserAgent the result hopefully will more likely meet your expectations.
| [reply] |
can u please ellaborate on the useragent?
| [reply] |