Results 1 to 2 of 2

Thread: Uploading a file

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2003
    Posts
    15

    Uploading a file

    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

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497
    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"
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width