[google-appengine] Re: java.security.AccessControlException: access denied during upload file

2009-06-11 Thread kuharski
That won't help out. You will still get the access error when you actually try and write the file. You can persist into a datastore. If I'm outside the framework i.e. JSF, then I have no problems persisting it as a file. On Apr 28, 12:03 pm, Jason (Google) apija...@google.com wrote: You may

[google-appengine] Re: java.security.AccessControlException: access denied during upload file

2009-04-28 Thread Jason (Google)
You may need to use ServletFileUpload instead: http://shogi-software.blogspot.com/2009/04/google-app-engine-and-file-upload.html - Jason On Sat, Apr 25, 2009 at 5:13 PM, Jun junshen2...@gmail.com wrote: Hi, I am trying to upload a file with the following code. DiskFileUpload fu = new