tags:

views:

17

answers:

1

I want to send a recorded audio file from an android phone to a website. No wires are to be used, this has to be done in the phone. How can I achieve this? What APIs should I use?

A: 

Try HttpManager and POST upload request.

Konstantin Burov
Can u please be more specific? can u give me some links?
Rogue
There were pretty much similar questions already. Try the http://stackoverflow.com/search?q=[android]+upload search request. I'm pretty sure you'll find what you need.
Konstantin Burov