Upload working

This commit is contained in:
GEXCE
2017-11-08 17:38:10 +01:00
parent bb74e36db7
commit 338b52911f
5 changed files with 129 additions and 14 deletions
@@ -5,11 +5,10 @@ import java.net.URI;
public class UploadReference {
URI targetRecord;
String fileURI;
String uri;
String token;
public UploadReference(URI record, String fileURI) {
this.targetRecord = record;
this.fileURI = fileURI;
}
String filename;
// String isMaster;
}