1. Your use case is correct except that it is entire SD cards (including
the file system structure)

1. For security reasons that is a bad idea  (essentially it is not HIPAA
complaint) to have the server know before hand what data it will be
receiving and for whom (besides the filenames themselves vary based on how
the form was filled out)


On Tue, Feb 25, 2014 at 8:11 AM, chris derham <ch...@derham.me.uk> wrote:

> Aryeh,
>
> I suggest that you take a step from implementations, and define what
> you want a little more clearly.
>
> You have a webpage, that is served and loads a java app via jnlp. That
> java app uploads some files to the server. At a later point in time,
> you want the server to know that the client has uploaded the files to
> the server, and hence change what is shown in the web pages? Is that
> right?
>
> Surely if the files are uploaded, can you just use the presence of the
> file on the server to drive that logic? i.e. have the server check for
> the file, and if present show x, else show the jnlp page?
>
> Chris
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org

Reply via email to