I’m looking to upload an mp3 file from my iPhone app to a given php page. To do this I found the ASIFormDataRequest class. Now I made a piece of code in my app like so: However I can’t figure out how to put my NSURL which points to the mp3 inside this request. I have tried the above, but