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

Notification

Icon
Error

Options
Go to last post Go to first unread
campb358  
#1 Posted : Monday, April 16, 2007 11:17:36 PM(UTC)
campb358

Rank: Member

Groups: Member
Joined: 4/16/2007(UTC)
Posts: 3

When I select a file in a 3 pane setup and hit the add button, the image is transfered to the uploadView pane. The UploadView pane is set at thumbnail and behaves as a such. However, it does not show the image in the thumbnail, it shows the image icon. Its hard to describe, I'll attach a printScreen. Attached is a picture of what is happening.

Gimp is my image editor, and in the thumbnail you will see a icon for Gimp instead of an actual thumbnail view of the image.

If I right click on the UploadView, click on Details, then right click on it again and hit Thumbnail, then it works fine, but I shouldn't have to do that.

Here is my code:

Code:
var iu = new ImageUploaderWriter("ImageUploader",610,500);

iu.activeXControlEnabled = false;
iu.javaAppletEnabled = true;

iu.activeXControlCodeBase = "/js-static/design/imageUploader/ImageUploader4.cab";
iu.javaAppletCodeBase="/js-static/design/imageUploader/";

iu.addParam("LicenseKey", "xxxx...xxx");
iu.addParam("FolderPaneShowDescriptions", "false");
iu.addParam("ShowDescriptions", "false");
iu.addParam("UploadPaneShowDescriptions", "false");
iu.addParam("FilesPerOnePackageCount", "1");
iu.addParam("AllowFolderUpload", "false");
iu.addParam("FolderView", "List");
iu.addParam("UploadView", "Thumbnails");
iu.addParam("FileMask", "*.jpg;*.jpeg;*.jpe;*.png;*.gif");

iu.addParam("Action", "/adminsitemagphoto.php");
<? echo "iu.addParam(\"RedirectUrl\", \"/adminsitemagphoto.php?site=".$osite->id."\");" ?>
iu.addParam("AdditionalFormName", "Form1");

iu.writeHtml();


Please help =) Thanks

Edited by user Friday, February 22, 2008 3:25:31 PM(UTC)  | Reason: Not specified

campb358 attached the following image(s):
uploader.JPG
campb358  
#2 Posted : Tuesday, April 17, 2007 11:31:55 PM(UTC)
campb358

Rank: Member

Groups: Member
Joined: 4/16/2007(UTC)
Posts: 3

Please help =(
Alex Makhov  
#3 Posted : Wednesday, April 18, 2007 8:08:49 PM(UTC)
Alex Makhov

Rank: Advanced Member

Groups:
Joined: 8/3/2003(UTC)
Posts: 998

Hello,

Sorry for the long delay.
I will check this problem and try to fix the problem tomorrow.
Sincerely yours,
Alex Makhov

UserPostedImage Follow Aurigma on Twitter!
campb358  
#4 Posted : Monday, April 23, 2007 10:03:51 PM(UTC)
campb358

Rank: Member

Groups: Member
Joined: 4/16/2007(UTC)
Posts: 3

Has anyone found a fix to this issue???
George Ulyanov  
#5 Posted : Tuesday, April 24, 2007 12:33:18 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups:
Joined: 7/26/2006(UTC)
Posts: 203

Hello,

You can download the last version (4.1.60) where we have fixed this problem.

Edited by user Friday, February 22, 2008 3:26:00 PM(UTC)  | Reason: Not specified

Best regards,
George Ulyanov
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.