Link to home
Start Free TrialLog in
Avatar of emont
emont

asked on

Server.CreateObject("Scripting.FileSystemObject") Error

today i downloaded an ASP code to upload a file to the server without components, the problem is that i always obtain the same message error:

Objeto Server error 'ASP 0177 : 800401f3'

Error en Server.CreateObject

/subirarch/123/uploadTester.asp, line 40

800401f3


The line 40 is:

Set fso = Server.CreateObject("Scripting.FileSystemObject")

How can i solve this problem?
Avatar of Saqib Khan
Saqib Khan
Flag of United States of America image

maybe JScript is set as your default language.
on the top of your page type this

<% @language="vbScript" %>
Avatar of amit_g
Do you have some anti virus software running on the server? Check if it has disabled the scripting. Check out

http://service4.symantec.com/SUPPORT/nav.nsf/aab56492973adccd8825694500552355/fa999a879aac3b2f88256b450071c66e?OpenDocument

for Norton.
Are we talking about a IIS 4 or higher server, or is it PWS or something?
Avatar of emont
emont

ASKER

PWS
ASKER CERTIFIED SOLUTION
Avatar of somersx2000
somersx2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Using the Filesystemobject files cannot be uploaded from client to the server.It is used for performing file operations on the server

Send Code zuboss_82@yahoo.com
I dont think it works with PWS, what operating system are you using anyway ? Remember that PWS was ment for 9X OS