How to upload image to mysql database iOS application
问题 I'm new to iOS development and currently creating a app for my major project in uni. I'm creating a registration page where the user is asked to fill in their details and also upload an image. So far I've got the values going to the database but I can't figure out how to also add the image that has been selected by the image picker. Could anyone help with this? The code is posted below.... RegistrationViewController.h #import <UIKit/UIKit.h> #define kpostURL @"http://myurl.com/myphp.php"