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

Notification

Icon
Error

Options
Go to last post Go to first unread
clickimage  
#1 Posted : Monday, November 12, 2007 10:09:53 PM(UTC)
clickimage

Rank: Member

Groups: Member
Joined: 10/19/2005(UTC)
Posts: 27

I am having a problem with getUploadFileWidth using Firefox javaAppletVersion = "2.5.50.0".

I put the following code in the ImageUploader_UploadFileCountChange event listener:

Code:
alert("upload_width="+objUploader.getUploadFileWidth(i));

This results in a 0 displayed when I add a jpg.

When I put this code in:

Code:
alert("upload_width1="+objUploader.getUploadFileWidth(i));
alert("upload_width2="+objUploader.getUploadFileWidth(i));

The first alert will be 0 and the second alert will be the CORRECT pixel number. Is this a bug in the uploader, something wrong with my javascript code, or a Firefox problem?

Thanks,

Andrew

Edited by user Monday, February 25, 2008 1:03:20 PM(UTC)  | Reason: Not specified

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.