Referring to the tutorial in http://code.google.com/appengine/articles/rpc.html.
If I change the HTML to

<form id="SubmitForm">
<input type="file" name="vsprojFiles" />
            <input type="button" value="Add" onclick="doAdd()"
style="width:100%" /><br>
            Result: <input id="result" type="text" value=""
readonly="true" disabled="true" /></td>
</form>

Then I will have a get an exception when the below statement in
Javascript is called:

req.open('GET', '/rpc?' + query, async);

The exception is:

error 10054, connection reset by peer google app engine.

Is this a bug? Or a feature?

If this is by design, may I know how to use AJAX on Form submitting
for Google App Engine?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to