I am new with google app engine and I want to use it as a server to enable people download a file. I have gone through the tutorials in python. I didnt find anything to actually guide me how to upload files to the server for this purpose.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Blobstore tutorial gives an example for just this use case. That link provides this code: an application that lets users upload files and then immediately download them: