Multi-File Upload. Use a custom 'remove' image in the file list

Multi-File Upload. Use a custom 'remove' image in the file list

Hi!
Where do i put this code to change the X to a trash can?

  1. $(function () { // wait for document to load
  2. $('#T8A').MultiFile({
  3. STRING: {
  4. remove: '<img src="http://www.fyneworks.com/i/bin.gif" height="16" width="16" alt="x"/>'
  5. }
  6. });
  7. });
Thanks
/Harald