Changes between Version 18 and Version 19 of AJAX/Dojo/RefactoredFormSubmit


Ignore:
Timestamp:
Feb 16, 2007, 8:03:49 AM (18 years ago)
Author:
erob@…
Comment:

misc aesthetics changes

Legend:

Unmodified
Added
Removed
Modified
  • AJAX/Dojo/RefactoredFormSubmit

    v18 v19  
    122122
    123123Notice the absence of the {{{formNode}}} param for {{{postContent}}}, and the presence of {{{dojo.io.encodeForm}}} to parse/encode the form data into a proper format. That is more than sufficient for validating the
    124 form with a {{{XMLHTTPTransport}}}. However, this approach doesn't work with file-uploads. To have file-uploads,
     124form with a {{{XMLHTTPTransport}}}. However, this approach doesn't work per se with file-uploads. To have file-uploads,
    125125you could however change the {{{transport}}} line to {{{IframeTransport}}}. Here's a link to the [http://dojotoolkit.org/api/?#dojo.io.IframeTransport IframeTransport api].
    126126
     
    132132 * XMLHTTPTransport doesnt support file-uploading. 
    133133
    134 === Notes ===
     134=== Notes/Comments/Suggestions ===
    135135
    136 Add some notes here.
     136Add some notes (or comments!) here. :-)
    137137
    138138=== References ===
Back to Top