Posting a File to Web Site
I have an audio file that was recorded on the iPhone and I would like to POST it to a website for further processing/storage. How would this be done using Obj-C? If it were .NET or PHP or Python I would just base64 encode the file, upload, and base64 decode server-side. I can't seem to be able to successfully send a file over the wire. Any ideas?
|