Adding File Upload functionality

This commit is contained in:
macdonst
2010-12-24 23:50:42 +08:00
parent 54eff557d9
commit 73f278963b
4 changed files with 397 additions and 0 deletions
+1
View File
@@ -284,6 +284,7 @@ public class DroidGap extends PhonegapActivity {
this.addService("Notification", "com.phonegap.Notification");
this.addService("Storage", "com.phonegap.Storage");
this.addService("Temperature", "com.phonegap.TempListener");
this.addService("FileUploader", "com.phonegap.FileUploader");
}
/**