Hi, I'm writing a trac plugin to allow text integral search of attachments. My plugin is listening to the '"attachment_added" event of the "IAttachmentChangeListener".
However the "attachment_added" listeners are called before the uploaded file is closed properly. As a consequence, the listeners cannot re-open the uploaded file to do things like indexing. Is there a reason not to close the uploaded file before "attachment_added" or is it a bug ? Thanks fro your help. Best regards, Yannick Deltroo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
