Issue with copyTo function in FMS 4
I was working with FMS 3.5 and using the function 'copyTo()' to copy a file to a desired location.
Code: fileObject.copyTo("store/"+name+".flv")
store is a virtual directory defined in Application.xml file in the server side and name is a variable that stores the fileName without extension
This was working fine with FMS 3 and FMS 3.5.
Now, I moved to FMS 4 and noticed that this copyTo() function is not working.
In the FMS Admin Console, it throws an error:Error: File operation copyTo failed.
Can anyone please help me in solving this issue.
Thanks in advance...
