one of the users who is using my signed applet is unable to upload the file (basically unable to access the drive) from his netwrok drive and few of the other users who are using my signed applet able to access and upload the files from network drive. can i know what could be the reasons behind ?
Note : user who is not able access the file from network drive, he is able to access the file from network drive manually and able to copy to his local drive.
Make sure your wrapping the code in a privileged block or else the fact that your signing it won’t matter.
You can use something like this to read in a file.
if you want to use a variable and not static text as the file location you have to use a final variable like this.