Hi,

I am using google app engine and i intend to read an XML file provided
by HTML. I saw the  standard example on google app engine doc. I am
also using the HTML form and input type is File. So now I want to read
the attributes of XML which is browsed and submitted by HTML. Pls
help.


self.response.out.write("""
          <form action="http://www.cs.tut.fi/cgi-bin/run/~jkorpela/
echo.cgi" enctype="multipart/form-data" method="post">
            <div><input type="file" name="datafile" size="40"></div>

So the file which will be submitted as datafile will an XML and I want
to read it.

Regards,
Gaurav Joshi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to