Macnet
|
| Posted: 06/28/2002, 4:07 AM |
|
HI thanks for looking at this, I have dowloaded the simple upload form and when run it I get the following error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'SetVar'
/portaltestarea/SimpleUpload.asp, line 213
I would be greatful for any help..
Cheers
Mac
|
|
|
 |
Ian Davis
|
| Posted: 06/28/2002, 1:41 PM |
|
The SetVar function is specific to the ASP 2.0 & Templates language option. If you generate the site using ASP 2.0, the SetVar function will give the error because it is not defined. You therefore have to use ASP 2.0 & Templates.
|
|
|
 |
|