Re: best practice for temporary file

2018-07-17 Thread James Finnall
OS > level and then you can serve files with a uri starting with /images/. > > HTH > > Chris > > On Tue, Jul 17, 2018 at 10:21 AM James Finnall > wrote: > > > > > > > > Hello all, > > > > What is the best practice under Tomcat to

best practice for temporary file

2018-07-17 Thread James Finnall
Hello all, What is the best practice under Tomcat to create a data file and then allow the client to download it? So far all my attempts have failed.  If the Java app can write it then the client can not download, if client can download then the Java app can not write it. Does Tomcat have a prov

JFileChooser not working

2018-07-03 Thread James Finnall
appears for the client to allow the created file to be downloaded.  Maybe security?  That is why I setup to do code signing thinking it would allow the operation if signed.   Any thoughts here would be greatly appreciated. James Finnall