digitarald / digitarald-fancyupload

Swiff meets Ajax for powerful and elegant uploads (MooTools Plugin).
http://digitarald.de/project/fancyupload/
277 stars 105 forks source link

Removed files are still included in the file list. #1

Closed rentsouth closed 15 years ago

rentsouth commented 15 years ago

When a file is removed from the list before uploading occurs, the text is removed from the screen, however the file is still a part of the 'file list' internally.

This should fix the problem: In the FancyUpload2.File class, add a call to this.parent() in the onRemove() function.

digitarald commented 15 years ago

Fixed in rc1