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

Notification

Icon
Error

Options
Go to last post Go to first unread
richhamilton  
#1 Posted : Wednesday, May 19, 2010 11:51:42 PM(UTC)
richhamilton

Rank: Newbie

Groups: Member
Joined: 3/19/2009(UTC)
Posts: 5

I get the following warning when opening the uploader from my ASP.NET project:

IUEmbed Warning:

Function: "ImageUploader1_AddControlId" passed to addEventListener method doesn't exist.

What could be causing this?

I had a similar error for the PreserveHttpCookies

but set: PreserveHttpCookies = "false"

which fixed that error.

Apart from that it still seems to work ok.

Thanks for your help

Tamila  
#2 Posted : Thursday, May 20, 2010 1:56:02 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hello,

This message means that you declared ImageUploader1_AddControlId event listener in Image Uploader configuration code, but you did not write appropriate javascript function.

Please correct your code.

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

richhamilton  
#3 Posted : Thursday, May 20, 2010 9:40:06 PM(UTC)
richhamilton

Rank: Newbie

Groups: Member
Joined: 3/19/2009(UTC)
Posts: 5

I'm not sure what this means. Where have I added this?

<cc1:ImageUploader ID="ImageUploader1" runat="server"

Height="400" Width="600"

PreserveHttpCookies = "false"

OnFileUploaded="FileUploaded"

PaneLayout="TwoPanes"

ShowDebugWindow = "true"

ShowDescriptions ="false"

BackgroundColor = "#ffffff"

AllowAutoRotate = "True"

FileMask = "*.jpeg;*.jpg;*.jpe"

MinImageWidth ="360"

MinImageHeight = "250"

UploadSourceFile = "false"

UploadThumbnail1FitMode = "Fit"

UploadThumbnail1Width = "1000"

UploadThumbnail1Height = "1000"

UploadThumbnail1JpegQuality="86"

UploadThumbnail1CopyExif="true"

UploadThumbnail2FitMode="Fit"

UploadThumbnail2Width="160"

UploadThumbnail2Height="300"

UploadThumbnail2JpegQuality="80"

Action="/saleproperty/upload.aspx"

FolderPaneSortMode="Name"

/>

Tamila  
#4 Posted : Sunday, May 23, 2010 7:34:03 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

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

Could you please send me the link to your page where you experience problem with Image Uploader, also send me login information if necessary.

If you do not want to post this information here, you can submit support case about this issue with needed information.

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
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.