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

Notification

Icon
Error

Options
Go to last post Go to first unread
DSCarl  
#1 Posted : Thursday, November 30, 2006 12:15:51 AM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

Hello All,

Is there a maximum # of characters allowed for the value of a key in the "AddField" Method when adding additional field during image upload. Please, look Below......

Code:
<script type="text/javascript" src="iuembed.js"></script> 

<script type="text/javascript">

function beforeUploadHandler() 
{
getImageUploader("ImageUploader").AddField("[b]Key[/b]", "[b]Value[/b]");
}

var iu = new ImageUploaderWriter("ImageUploader", 600, 500);

// ...Other params...

iu.addEventListener("BeforeUpload", "beforeUploadHandler");

// ...Other params...

iu.writeHtml();

</script>

thanks

DSCarl

Edited by user Tuesday, February 19, 2008 4:56:51 PM(UTC)  | Reason: Not specified

DSCarl  
#2 Posted : Friday, December 1, 2006 12:39:45 AM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

I'm not sure what the answer to this question is but I have tested the AddField property using up to 4000 characters and everything seems to be working fine.

DSCarl.

George Ulyanov  
#3 Posted : Friday, December 1, 2006 6:32:49 PM(UTC)
George Ulyanov

Rank: Advanced Member

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

Hello,

It's about 2147483647 characters, but I recommend you do not use such long strings :)

Edited by user Tuesday, February 19, 2008 4:57:31 PM(UTC)  | Reason: Not specified

Best regards,

George Ulyanov

DSCarl  
#4 Posted : Monday, December 4, 2006 4:28:44 AM(UTC)
DSCarl

Rank: Member

Groups: Member
Joined: 4/25/2006(UTC)
Posts: 61

Thanks.

DSCarl

George Ulyanov  
#5 Posted : Monday, December 4, 2006 8:53:05 PM(UTC)
George Ulyanov

Rank: Advanced Member

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

You are welcome :)

Edited by user Tuesday, February 19, 2008 4:57:45 PM(UTC)  | Reason: Not specified

Best regards,

George Ulyanov

Users browsing this topic
Guest
Similar Topics
HOWTO: Use AddField method instead of AdditionalFormName property (FAQ – ActiveX/Java Uploader)
by Tamila 5/27/2008 9:41:10 PM(UTC)
AddField Method in ImageUploader 4.0 (Discussions – ActiveX/Java Uploader)
by DSCarl 11/16/2006 3:26:10 AM(UTC)
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.