Am hoping this is another simple one command fix
Basically Page A allows the user to upload a photo (company logo etc) what I want then is for the user to be taken to their company page right afterward, the response.redirect command does this ok, but it's not refreshing when it does so.
For instance you upload a new logo, click the go button, then it does the uploading thing and flicks you over (via the response.redirect) to your company page, where your old logo is still displayed (from cache) until you hit F5 or click refresh, at which point the new one comes up.
any help on this would be hugely appreciated, thanks
Basically Page A allows the user to upload a photo (company logo etc) what I want then is for the user to be taken to their company page right afterward, the response.redirect command does this ok, but it's not refreshing when it does so.
For instance you upload a new logo, click the go button, then it does the uploading thing and flicks you over (via the response.redirect) to your company page, where your old logo is still displayed (from cache) until you hit F5 or click refresh, at which point the new one comes up.
any help on this would be hugely appreciated, thanks