PyS60 - SendFile
from appuifw import * from e32socket import * try: phone = bt_obex_discover() file = query(u'File Selection', 'text') bt_obex_send_file(phone[0], phone[1].values()[0], file) note(u'File Sent') except Exception, error: note(unicode(error), 'error')