Topic: Identifying different source of file added to pluploader
I have two sources of file uploads to pluploader.
One is through browse button file select and other is through uploader.addFile(blob object).
Is there any way i can differentiate between both files? I want to perform different action in respective FileAdded event based on source of file addition ?