Re: [Xsltforms-support] Getting the xf:upload control to work
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2010-04-18 21:05:25
|
Hi Dan, > We are trying to get the xf:upload control to work. Does anyone have > a sample that they can share? Sorry, the upload control is not yet implemented in XSLTForms. A full support at client-side only seems impossible for Javascript instructions due to security reasons: a Javascript instruction cannot be used to read the content of a local file. There is a workaround with a basic server treatment to send back the content of the file so it can be read at client-side. It means that the file will be transfered twice in this case! Do you require a full support? Thanks! -Alain |