Hi Team.
I am uploading file with different extension (docx, xlsx, pptx, pdf) but before uploading i want to check whether my file is password protected or not.
How can I check?
Please suggest.
Regards
Dipali
Hi @Dipali Shrawane ,
You can use JavaScript to do that. Please, refer to the sample in this post:
https://stackoverflow.com/questions/41939105/check-uploading-file-is-password-protected-or-not-in-javascript-or-jquery
Hope this helps! :)
Yes, tried with different JS code, tried with above code as well. But JS code not able to read files.