I am making an application where users upload a file to my application and I then parse that file. However, when I do so, I get the following exception:
com.google.gwt.user.server.rpc.UnexpectedException: Service method 'public abstract boolean com.webapps.rhinestone.client.RhinestoneAdd.readDataLines(java.lang.String,int)' threw an unexpected exception: java.security.AccessControlException: access denied (java.io.FilePermission http:\127.0.0.1:8888\serve? blob_key=ud9_p4-NuAqHV-db2W_nfQ read) The line of code where the exception is thrown looks like this: BufferedReader reader = new BufferedReader(new FileReader(filename)); Is there any way to access the file? Thanks! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
