Chris,
you can use the write() function to put the file contents into a Jmol variable.

Search for
  x = write(...)
in http://chemapps.stolaf.edu/jmol/docs/

Then use Jmol.evaluateVar() to pass it to javascript.
Like:

javascript:Jmol.evaluateVar(jmolAppletsigned0,'write("X3D")') 

I don't know about POST, sorry, but that might get you on the right track

------------------------------------------------------------------------------
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing & Easy Data Exploration
http://p.sf.net/sfu/hpccsystems
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to