i came across this error and i dont seem to understand what actually cause the error to occur.. Can anyone explain the error if you know or have any idea.. THANKS~

Error Type:
Microsoft VBScript runtime (0x800A01C9)
This key is already associated with an element of this collection
[B]Loader.asp, line 210[/B]

Line 210 is :

dict.Add byteToString(nameN), intDict

The loader page is for uploading file and it is taken from http://www.stardeveloper.com/articles/display.html?article=2001042501&page=2

Recommended Answers

All 2 Replies

Thats an easy one =)

You specified a key for a collection member that already identifies another member of the collection.

Choose a different key for this member.

:?: what do u mean? i dont get it.. could you explain further more? or give any example.. honestly, i don't know how the loader page works.. :rolleyes:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.