Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Anand Singh  
#1 Posted : Monday, May 19, 2008 8:35:59 PM(UTC)
Anand Singh

Rank: Newbie

Groups: Member
Joined: 5/18/2008(UTC)
Posts: 6

I am using latest version of ImageUploader 5, And its asp module.
And getting this error:-
//---------------------------------------
Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/ASP/BasicDemo/AspSmartUpload.asp, line 16

800401f3
//--------------------------------------------


even in zip folder provided by you have same error.


Brick wall

Eugene Kosmin  
#2 Posted : Tuesday, May 20, 2008 11:34:14 AM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi Anand,

All our ASP samples depend on ASP upload components. There is config.asp in
Samples/ASP directory where you can choose one of them for using.

Please make sure that you installed aspSmartUpload component to your server correctly.
Best regards,
Eugene Kosmin
The Aurigma Development Team
Anand Singh  
#3 Posted : Tuesday, May 20, 2008 3:12:18 PM(UTC)
Anand Singh

Rank: Newbie

Groups: Member
Joined: 5/18/2008(UTC)
Posts: 6

Thanks for reply...

but i have done this in confiq.asp

Dim strUploadComponent

'aspSmartUpload
'http://www.aspsmart.com/aspSmartUpload/
strUploadComponent = "AspSmartUpload"


Function GetUploadUrl
GetUploadUrl = strUploadComponent + ".asp"
End Function

Function GetGalleryUrl
GetGalleryUrl = "gallery.asp?returnUrl=" & Server.URLEncode("default.asp?uploadUrl=" & GetUploadUrl())
End Function


apart from this all code has been done as coment.

Eugene Kosmin  
#4 Posted : Thursday, May 22, 2008 6:07:10 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Have you installed aspSmartUpload component ?
Best regards,
Eugene Kosmin
The Aurigma Development Team
Anand Singh  
#5 Posted : Wednesday, May 28, 2008 7:15:26 PM(UTC)
Anand Singh

Rank: Newbie

Groups: Member
Joined: 5/18/2008(UTC)
Posts: 6

Sry for late reply bro..
but can you tell from where i can get this component?
Eugene Kosmin  
#6 Posted : Thursday, May 29, 2008 11:27:37 AM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

Was thanked: 41 time(s) in 41 post(s)
Hi,

It looks like that http://www.aspsmart.com/ is down now, but you can try to use another ASP upload component, Persists AspUpload for example.

But you will have to uncomment appropriate string in config.asp from our samples:

Code:
'Persists AspUpload
'http://www.aspupload.com/
strUploadComponent = "PersistsAspUpload"

Best regards,
Eugene Kosmin
The Aurigma Development Team
Anand Singh  
#7 Posted : Thursday, May 29, 2008 5:35:06 PM(UTC)
Anand Singh

Rank: Newbie

Groups: Member
Joined: 5/18/2008(UTC)
Posts: 6

it didn't work either.
I am getting error no:- '4' and then,
it give 'server -side error'.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.