Re: [Xsltforms-support] Getting the xf:upload control to work
Brought to you by:
alain-couthures
|
From: Kostis A. <ank...@gm...> - 2010-04-19 08:53:14
|
Hi Alain, maybe you can base the upload-impl on existing javascipt code. For instance, by searching: http://www.google.gr/search?q=javascript+upload+file I found: http://www.webtoolkit.info/ajax-file-upload.html I apologize for not having the time to try it myself whether it is of any value mu suggestion. Regards, Kostis On Mon, Apr 19, 2010 at 12:06 AM, COUTHURES Alain <ala...@ag...> wrote: > 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 > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support > |