Page 1 of 1

Not able to find where the error comes from in File Upload

Posted: Fri Mar 13, 2020 12:09 pm
by kulkabhijeet
We have a File Upload and we have not configured any error messages in it.
But when I Select a file, it pops up a error "A path name is too long"
Can you please help me how do I know from where I get this error ?

Re: Not able to find where the error comes from in File Upload

Posted: Fri Mar 13, 2020 12:21 pm
by kulkabhijeet
When I check some more, I get reference for PUI0009109.PGM

<html>
<body onload="if (parent.document.getElementById('FRAT005RG')) parent.document.getElementById('FRAT005RG').fileUpload.completeTransaction(4,{'success':false,'error':'A path name is too long.'});"
</body>
</html>

Re: Not able to find where the error comes from in File Upload

Posted: Sat Mar 14, 2020 6:16 pm
by Scott Klement
Could it be that the path name is too long?