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

Notification

Icon
Error

Options
Go to last post Go to first unread
Suan Ngaihte  
#1 Posted : Friday, June 6, 2008 4:36:34 PM(UTC)
Suan Ngaihte

Rank: Newbie

Groups: Member
Joined: 6/6/2008(UTC)
Posts: 1

Dear All,

I used an Aurigma Image uploader (not sure about the version because i got it from my client) on Windows Server 2008, IIS 7.0 and IE 7.0. Whenever I try to upload any file (images, etc) I got an error message stating that "Image Uploader encounter some problem. If you see this message, contact webmaster." I have no clue about the problem. What could i do to solve this problem, it blocks a lot...



Thanks
Suan Ngaihte attached the following image(s):
Image Uploader Error Forum.JPG
Eugene Kosmin  
#2 Posted : Friday, June 6, 2008 4:47: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)
Hi,

Try to use ShowDebugWindow property:

Code:

<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("ShowDebugWindow", "true");
//...other params...
iu.writeHtml();
</script>


In this case error messages should be more informative.

Best regards,
Eugene Kosmin
The Aurigma Development Team
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.