PDA

Click to See Complete Forum and Search --> : Uploading a file


iammaheshjoshi
Oct 10th, 2003, 09:29 AM
when I am trying to upload a file I am getting the following error

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/courseweb/testupload/Uploadcomplete.asp, line 6

Invalid class string



can someone plz enlighten me abt this and how to solve the problem.

thanx in advance

Lord_Rat
Oct 10th, 2003, 11:07 AM
Two things:

1) In the PAGE directive (on the aspx file), add debug="true"

2) Is the form from which you are posting a file set to :
enctype="multipart/form-data"