Open MaximRouiller opened 8 years ago
Just an FYI update on this. I haven't forgotten about this PR which is very much appreciated! I'll try and get this in over the weekend.
@kinstephen How's your weekend doing? 😜
Oh my!!! It’s been a very very long weekend! lol Life can sure keep you distracted. This repo gets so little attention I tend to forget it even exists lol! I’m actually on holiday now and can’t easily check the source. I’ll set myself a reminder to check on this Sunday/Monday.
When uploading a single file, it's easy to know which object to track progress on.
In the case of multiple file upload all hooked to the same events, there's no easy way to know which object I'm uploading.
The FileAPI object has an
$$hashKey
properties that uniquely identify the object that events are being reported on.I added that object to the event.
Minor changes: added a missing semicolon. removed an unnecessary semicolon.