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

Notification

Icon
Error

Options
Go to last post Go to first unread
xzone  
#1 Posted : Friday, September 5, 2008 8:23:26 AM(UTC)
xzone

Rank: Newbie

Groups: Member
Joined: 5/13/2008(UTC)
Posts: 2

i have some question of fileDownloder 2.0.

1. i am use the utf-8, but file dest file name is use the korean file name.

2. see the source.

Code:
var fd = new FileDownloaderWriter("FileDownloader", 76, 23);
fd.activeXControlCodeBase = "<?=$IMGSERVER?>/config/FileDownloader2.cab";
fd.activeXControlVersion = "2,0,10,0";

//Set the Download button text
fd.addParam("ButtonDownloadText", "다운로드");
fd.addParam("FileListExpanded", "true");
fd.addParam("ShowFileListProgressDialog", "true");
fd.addParam("ButtonDownloadImageFormat", "Width=76;Height=23;UrlNormal=<?=$IMGSERVER?>/image/button/download.gif");

fd.addParam("LicenseKey", "73020-2E50A-00000-0711C-CA937");
===================================================
fd.addEventListener("DownloadStep", "down");

function down(Step)
{ 	var i=0;
	if (Step == 2)
	{
		var code="";
		var obj = document.getElementsByName("img_cnt[]"); 
		var obj2 = document.getElementsByName("seq[]"); 
		for (var i=0; i < obj.length; i++) 
		{ 
			if( obj[i].checked == true )
			{ 
				code=code+obj2[i].value+";";
			}
		}
		getFileDownloader("FileDownloader").setFileList("<?=$IMGSERVER?>/config/download.php?code=" + code);

	}
}

==================================================

file count 17 download ok, but file count 60 download fail.

exam) getFileDownloader("FileDownloader").setFileList("<?=$IMGSERVER?>/config/download.php?code="1;2;3;4;5;6;7;8;9;10;11;14;15...........")

(file count 60 is fail)

sorry. i don't well speak english ....are you understand?

Edited by user Friday, September 5, 2008 9:31:21 AM(UTC)  | Reason: Not specified

Fedor  
#2 Posted : Friday, September 5, 2008 9:32:24 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Hello,

Could you post here or submit case with the URL of page with File Downloader in order we checked it?

Best regards,

Fedor Skvortsov

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.