johnbwilliams wrote on Thursday, March 31, 2011:
This may be a dumb question, but I gotta ask it. And since I am pushing the limits of my knowledge, the formation of the question may sound silly. Here goes …
I need a cross platform, cross browser, file storage construct. assessable by web server client code.
The storage construct would be used in a capability to transfer documents between a branch of an OpenEMR document tree and client code (of a different web server) running on the same local machine (possibly same browser, in iFrame, e.g.) as the OpenEMR client code.
(Assume for argument purposes that “client code” of remote web servers executes on the local machine (possibly in same browser, eg. iFrame) running the OpenEMR user’s browser)
Basically I need to transfer files between two remote web servers (OpenEMR and another) via the OpenEMR user’s local machine running client code of both web servers (OpenEMR and other).
The storage construct needs to be cross platform and cross browser. Does the clipboard meet this criteria? If not, what storage construct(s) would meet the criteria?
Thanks