02-03-2009 07:17 AM
07-24-2014 07:14 AM
case "uploaddirectory":
uploadDirectory = fnFieldValue(field);
if ((uploadDirectory !== null) && (uploadDirectory.length() > 0))
{
if (uploadDirectory.charAt(uploadDirectory.length() - 1) != "/")
{
uploadDirectory = uploadDirectory + "/";
}
// Remove any leading "/" from the uploadDirectory
if (uploadDirectory.charAt(0) == "/")
{
uploadDirectory = uploadDirectory.substr(1);
}
}
break;
07-25-2014 03:57 AM
07-25-2014 04:45 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.