1 (edited by prannoymittal 2016-11-07 19:26:29)

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 ?

Re: Identifying different source of file added to pluploader

We do not have any property that I could think of, that could help you in this. Maybe you should implement one for yourself in your wrapper.

If you want to see your issue fixed, do not report it here, do it on - GitHub.