just keep track of the postback that happens on each upload ...then disable the control...
if all items are uploaded at one time...you might not just limit the number..but check the file size as well.....this scenario would be done client side
if this is 3rd party control the above example is one way...but that truly is determined on how the 3rd party control exposes those methods.