07-16-2008 06:03 AM
07-16-2008 07:20 AM
if (document.mimetype == "application/pdf")
{
document.save();
}
else
{
document.remove();
}
07-16-2008 07:32 AM
if (document.mimetype == "application/pdf")
{
document.save();
}
else
{
document.remove();
}
07-22-2008 08:37 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.