ASP error for CreateObject




I have a requirement to upload files into my device through webbrowser. For
this i have a ASP page which working fine for the desktop.
When i tried the same asp page for the device, i'm failing to createobject
for the following code.

set Files = CreateObject("Scripting.Dictionary")
set FSO = CreateObject("Scripting.FileSystemObject")

Microsoft VBScript runtime error: '800a01ad'
Description: ActiveX component can't create object: 'Scripting.Dictionary'

Is the ASP support Scripting component for Windows CE platform.
For file uploading through webbrowser into Windows CE device which is the
best sol'n to go for ASP page development or ISAPI dlls.

Regards,
Shiva.


--
Software Engineer
.



Relevant Pages

  • ASP.OLD File Upload Help
    ... I’m having problems writing an ASP application to upload files QUICKLY. ... ·The site needs to be based on an old NT4 Server, running IIS version 4, on ...
    (microsoft.public.frontpage.extensions.windowsnt)
  • Re: Server side script to allow a program to post any file to it.
    ... A winForms app to upload files onto currently exist web pages? ... I am relatively new to ASP .NET / VB .NET. ... pages but I have an .exe program that I made. ... Basically what I am asking is how to setup the server side and some ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Repost: Uploading a file to a web server from a VB6 ActiveX control
    ... Upload Files to a Web Server by Using ASP ... how can i upload the file by xml and asp? ... This posting is provided "AS IS" with no warranties, ...
    (microsoft.public.vb.controls.internet)
  • Re: Windows authentication
    ... to an nt user through asp. ... nt authentication because users will be allowed to upload files to ... folders they create. ...
    (microsoft.public.inetserver.asp.general)
  • Re: Should we stay with M$
    ... Windows, and not on Linux. ... MS has a poor track record, has done since People started 'targetting' ... Apache does not have support for full-blown ASP ...
    (RedHat)

Loading