I am using the ItemAdded event, my class inherits from
SPItemEventReceiver.
When you upload one file, the code executes fine, but when the user
uploads multiple files at once, the code is executed as many times as
the number of files, but the properties object contains always the
information of the first file.
is there a way to re-inicialize the variables? or what should i do to
get the code to execture for each item that is uploaded?
thank you very much
Eli