activity_uploader.js or handling js files

Hello again,

I want to ask about js files rtMedia includes. rtMedia handles all the javascript which by default buddypress should do, for example "post_update" ajax.post

what if I need to add some $_POST when I update my post? Maybe in future rtMedia will support templating js files?

that would be really nice

@mpa4hu - We override some part of BuddyPress to integrate the activity upload. You could also hook onto the ajax functions to extend it as per your requirements. As of now templating js is not in our roadmap.