Attaching files while you chat
Rosamunda - April 1, 2009 - 15:36
| Project: | Tribune |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | SeeSchloss |
| Status: | needs review |
Jump to:
Description
Well I´ve checked it out the new dev version, and it rocks. Turning Tribunes into nodes is just perfect!!
I would like to say, as a wishlist, that it would be great if when you post a message into the "chat log" you could have the chance to attach a file.
That could be useful for project groups.
Thanks!!
Rosamunda

#1
I think this could be made through a filter... and yeah, that's a good idea, I'll see what I can do
#2
Thank you very much!!!!!
Gracias :)
#3
So, I've written a simple filter for uploading files :
http://tout.essaye.sauf.ca/filter/upload
It should work on both 1.x and 2.x tribunes, it simply adds a file input under the main textfield. It's really simple, when you click "Send" it just uploads the file and sends a message saying "filename: http://url.to.the.file".
Ideally, it would be nice to send the file through ajax (it would also prevent the situation where you have a half-typed message in the message box, you upload a file, and your message is lost).