Uploadin Image - Objective C
- by Sammaeliv
Hi, i have this code the i find on youtube xD my cuestion is , how do i add an extra parameter
NSData *imageData = UIImageJPEGRepresentation(imagen.image,0.0);
NSString *urlString = @"http://urlexample.com/upload.php";
NSMutableURLRequest *request = [[[NSMutableURLRequest alloc] init] autorelease];
[request setURL:[NSURL…