updated for creating storage empty files
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/share-updates@117137 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c39afeef2f
commit
30a59d7599
|
@ -331,7 +331,7 @@ public class ShareUpdateServiceImpl extends RemoteServiceServlet implements Shar
|
|||
String smpURI = "";
|
||||
if (isWithinPortal()) {
|
||||
//get the url to show, before actually uploading it
|
||||
smpURI = storageClient.getUrl().RFile(remoteFilePath);
|
||||
smpURI = storageClient.getUrl(true).RFile(remoteFilePath);
|
||||
|
||||
//The storage uploader Thread starts here asyncronously
|
||||
Thread thread = new Thread(new UploadToStorageThread(storageClient, fileName, fileabsolutePathOnServer, remoteFilePath));
|
||||
|
|
Loading…
Reference in New Issue