06-13-2013 01:49 AM
06-13-2013 03:24 AM
if(document.mimetype == "application/octet-stream")
{
document.remove();
}
else
{
document.save();
}
alert('EXE files cannot be uploaded');" in the if section. But it gave an error message when I tried to upload exes. ERROR :- 13 bytes (Failure: Failed to execute script 'workspace://SpacesStore/bed935) .06-13-2013 06:31 AM
10-03-2013 05:25 AM
if(document.mimetype == "application/octet-stream")
{
document.remove();
}
else
{
document.save();
}06-20-2013 03:24 AM
07-30-2013 12:15 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.