Community
Participate
Working Groups
Build Identifier: M20080911-1700 In both of FileServiceSubSystem.uploadMultiple() methods, the remoteParentPaths[i] value within the for loop are assigned wrong values (assinged with the file paths, not its parent path), by which the further uploading is not proceeding and throwing excetion.. this makes both the methods not usable.. Reproducible: Always Steps to Reproduce: 1. Open the FileServiceSubSystem.uploadMultiple() methods and see the value assigned to remoteParentPaths[i] within the for loop. Or call the FileServiceSubSystem.uploadMultiple() with your own values..