Hi, I am trying to use the single click upload control.
Now, my requirement is that I shouldn’t allow the user to upload more than n number of files.
I am not finding any event of the button which I can capture and restrict.
Any Suggestion!!!
Hi!
You can hide (setVisible(false)) or disable the upload once the file is uploaded. See eg. addListener(FinishedListener listener).
EasyUploads addon in directory might also help you.
cheers,
matti
many thanks for the idea!!!