Google AppEngine Python Web upload file and read the content
问题 I'm new at Python AND AppEngine, so maybe my question is basic but I've searched it for hours... So, I'm using Google AppEngine with python and HTML... So in my htlm file I have something like that : <form action="/sign?guestbook_name={{ guestbook_name }}" method="post"> <div><input type="file" name="file"></div> <div><textarea name="content" rows="3" cols="60"></textarea></div> <div><input type="submit" value="Sign Guestbook"></div> </form> and in my py file, something like that : class