You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After upgrading to the 0.13.3 the items argument for UPLOADER_EVENTS.REQUEST_PRE_SEND listener has undefined instead of the File I'm trying to upload. It works on 0.13.2.
To Reproduce
Steps to reproduce the behavior:
Try to drop a file from your file system
Expected behavior
File should start to upload with proper headers in its request.
Versions
Chrome - version 0.13.2 works, 0.13.3 fails.
Describe the bug
After upgrading to the 0.13.3 the
items
argument forUPLOADER_EVENTS.REQUEST_PRE_SEND
listener hasundefined
instead of theFile
I'm trying to upload. It works on 0.13.2.To Reproduce
Steps to reproduce the behavior:
Expected behavior
File should start to upload with proper headers in its request.
Versions
Chrome - version 0.13.2 works, 0.13.3 fails.
Code
The text was updated successfully, but these errors were encountered: