[Xsltforms-support] XForms Upload with AJAX
Brought to you by:
alain-couthures
From: COUTHURES A. <ala...@ag...> - 2009-05-05 12:02:15
|
Hello, XForms Upload seems impossible to be fully implemented with AJAX... File upload with AJAX is usually performed with a frame or iframe element and the submission appears to be limited to POST method. XForms Upload is able to integrate binary contents within an instance to be sent with any kind of submission. Ubiquity XForms doesn't integrate Upload support yet. EMC Test Suite Report says that the corresponding tests (those tests don't include submission...) are OK for them but it's impossible to verify this ! I'm now thinking of a POST-only submission with a field containing the instance but with links to other fields in the same submission so the server can automatically build the desired instance with the binary part inside before calling processing treatments. Any suggestions ? What do you think about this ? -Alain |