Skip to content
Snippets Groups Projects
Commit fb50e994 authored by Sara Bertocco's avatar Sara Bertocco
Browse files

little fix nneded

parent 6d31d1d9
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ public class VOSpaceBackendResource extends ServerResource {
boolean found = false;
while (fileIterator.hasNext() && !found) {
FileItemStream fi = fileIterator.next();
if (fi.getFieldName().equals("fileToUpload")) {
if (fi.getFieldName().equals("fileToManage")) {
found = true;
// Read the original file name
String origFileName = fi.getName();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment