updated http request and removed some android code that is now in js. Fixed upload file in iOS

This commit is contained in:
Andrew Stephan
2016-02-23 12:48:40 -05:00
parent cbe554abe7
commit bcf6f6ed90
4 changed files with 90 additions and 79 deletions
+1 -1
View File
@@ -152,7 +152,7 @@
NSString *filePath = [command.arguments objectAtIndex: 3];
NSString *name = [command.arguments objectAtIndex: 4];
NSURL *fileURL = [NSURL fileURLWithPath: filePath];
NSURL *fileURL = [NSURL URLWithString: filePath];
[self setRequestHeaders: headers forManager: manager];