I have already gone through some codings, and I found some interrupts in uploading.
I want to upload six images to a server folder and some text to server database using ASIHTTPRequest.
Any sample code please, thanks for spending time for my question.
For uploading images to the server you need the following code:
For sending text to the server, you just need to append the text with the POST method like:
Cheers!!!