unclecheese / KickAssets

The KickAssets module for SilverStripe is an alternative to AssetAdmin
http://www.leftandmain.com
40 stars 8 forks source link

weird behavior when attaching files #22

Open dospuntocero opened 13 years ago

dospuntocero commented 13 years ago

for some reason the file attachment field is uploading several times the same files. its seems that the drag behavior is triggering several times the upload action.

dospuntocero commented 12 years ago

the same behavior is still happening...

christopherdarling commented 12 years ago

can confirm this bug, having the same problem when having multiple FileAttachmentField's on the same page, it's to do with jquery.live. I've found a fix for the problem and submitted a pull request (https://github.com/unclecheese/KickAssets/pull/46)