kinstephen / angular-azure-blob-upload

AngularJS mobule for uploading to azure blob storage in chunks.
MIT License
32 stars 30 forks source link

Added FileAPI object to the signature #13

Open MaximRouiller opened 8 years ago

MaximRouiller commented 8 years ago

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.

kinstephen commented 7 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.

MaximRouiller commented 6 years ago

@kinstephen How's your weekend doing? 😜

kinstephen commented 6 years ago

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.