I am coding an ASP page to upload image files to the server using an HTML form with <input type="file"... which is then passed to ASPUpload.
Is there any way of making the Windows "Open file" window that comes up in response to type="file" show a thumbnail to show...
How can I trap the error created when Response.Redirect tries to redirect to a non-existent - or unavailable - URL? I've tried On Error Resume Next but the script still falls over if the URL is no good.
I have to be able to do this with straightforward ASP and, in particular, without using...
Can anyone please tell me how I can trap a "Page cannot be displayed" or "Page cannot be found" error when calling a URL with the Open method in XMLHTTP?
Here's what I want to be able to do:
--------------------------
Dim objXmlHttp, target_url
Set objXmlHttp =...
I am running IIS5.0 under W2K on my local machine and have a remote website hosted on a W2K Advanced Server. My remote site is a 'reseller' site with multiple domains and so the directories for the domains have '.' in the name (e.g. mydomain.com). I am trying to mirror the remote site on my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.