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

Notification

Icon
Error

Options
Go to last post Go to first unread
renod  
#1 Posted : Tuesday, December 5, 2006 6:24:21 PM(UTC)
renod

Rank: Member

Groups: Member
Joined: 12/5/2006(UTC)
Posts: 2

Hi!
I saw that someone has pasted already this problem, but problem is still actual.
I have 3 Pane layout.

The problem is, that DropFilesHereText appears on both sides, actually it should appear only on upload pane. This problem is on IE only.

Here is JS code:

Code:
function showLocalImageUploader() {
		// define the main instance - Image uploader
		
		
		// define all parameters needed
		
		iu.activeXControlVersion = "4,0,63,0";
		iu.javaAppletVersion = "2.0.79.0";

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

		iu.javaAppletCodeBase="/resources/img_uploader/";
		iu.activeXControlCodeBase = "/resources/img_uploader/ImageUploader4.cab";

		iu.addParam("AdditionalFolderNavigator", "LocalImageUploader");
		iu.addParam("PaneLayout", "ThreePanes");
		iu.addParam("TreePaneWidth", "-1");
		iu.addParam("FolderPaneHeight", "-1");
		iu.addParam("FolderView", "Icons");
		iu.addParam("ShowSubfolders", "true");
		iu.addParam("ShowButtons", "false");
		iu.addParam("LoadingFilesText", "Ielādē failus...");
		iu.addParam("AllowMultipleSelection", "true");
		iu.addParam("DropFilesHereText", "Lai kopētu failus izmantojiet iespēju "Drag & Drop", pārvelkot failu uz otru pusi!");
		iu.addParam("ShowUploadListButtons", "false");
		iu.addParam("MessageBoxTitleText", "Attēlu augšupielāde");
		iu.addParam("MessageUploadCompleteText", "Attēlu augšupielāde pabeigta");
		iu.addParam("UploadPaneBorderStyle", "None");
		
		iu.addParam("FileMask", "*.*");
		iu.addParam("UploadPaneBackgroundColor", "#fffcdc");
		iu.addParam("UploadSourceFile", "true");

//		iu.addParam("ShowDebugWindow", "true");

		iu.addParam("AdditionalFormName", "frmUpload");
//		value = getImageUploader("LocalImageUploader").getAction();

//		alert("Action"+value);
		iu.addParam("Action", "ax_upload.php");
//		iu.addParam("RedirectUrl", 'http://foto-devel-design.netgames.lv/portal/');

		iu.addParam("UploadView", "Details");
		iu.addParam("ListColumnFileNameText", "Nosaukums");
		iu.addParam("ListColumnFileSizeText", "Izmērs");
		iu.addParam("ListColumnFileTypeText", "Veids");
		iu.addParam("ListColumnLastModifiedText", "Mainīts");

		iu.addParam("ListKilobytesText", "KB");
		
		// add listener when upload file count changes
		iu.addEventListener("UploadFileCountChange", "LocalImageUploader_UploadFileCountChange");
		iu.addEventListener("Progress", "LocalImageUploader_Progress");
		

		// output code
		iu.writeHtml();
	}

function showApolloUploader() {
		
		// define upload instance
		var up = new UploadPaneWriter("ApolloUploader", "350", "320");
		
		// define all parameters needed
		up.addParam("ParentControlName", "LocalImageUploader");

		up.activeXControlEnabled = true;
		up.javaAppletEnabled = true;
		
		up.javaAppletVersion = "2.0.79.0";
		
		up.activeXControlCodeBase = "/resources/img_uploader/ImageUploader4.cab";
		up.javaAppletCodeBase="/resources/img_uploader/";
	
//		up.addParam("Action", "ax_upload.php");
		// output code
		up.writeHtml();
		
	}


Help me, please!

Edited by user Tuesday, February 19, 2008 6:23:00 PM(UTC)  | Reason: Not specified

George Ulyanov  
#2 Posted : Wednesday, December 6, 2006 6:34:40 PM(UTC)
George Ulyanov

Rank: Advanced Member

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

Hi,

We have fixed the problem, but have not released yet. It will be available in the next release.

Edited by user Tuesday, February 19, 2008 6:22:37 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.