Re: [Xsltforms-support] Can't put file to current directory
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2011-03-31 08:29:17
|
Chester, > I'm trying to learn xforms and have been going through some of the > examples in the wiki book. The simple submit example at > http://en.wikibooks.org/wiki/XForms/Submit that puts a file to the > current directory does not work on either Firefox or Safari. I'm using > the example verbatim (adding the xsltforms invocation at the top of > the file of course) and I've tried changing the form of the filename, > using action="file:./myData.xml", for example. I've also tried using a > file:///absolute_pathname and that makes it worse. Please try with just "file://". For security reasons, XSLTForms will always prompt the user for the folder and name of the file. Thanks! -Alain |