Upload working
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user