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
|
|
|
|
Rank: Advanced Member
Groups: 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.
|
|
|
|
|
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"
/>
|
|
|
|
Rank: Advanced Member
Groups: 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. |
|
|
|
|
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.