I want to send multiple files to server some of which are audio,images and plain text files.
I tried using Multipart using this link :
http://developer.coronalabs.com/forum/2011/11/29/upload-binary-multipartform-data
but on server i am getting corrupted data.
Is there any proper way of sending multiple files to server?
Any help is highly appreciated.