I am building a Google App Engine app that processes user input file, stores its model in the data-store, and offers the user to download the file in any format after processing the model, for that I need to create a download link for my processed files.
I have found something in Python but I’m unfamiliar with its workings.
- How do I let Google App Engine have a download link that downloads something from a database?
- google app engine python download file
I need to do it in Java. Any help is appreciated. Code that covers it is wonderful.
This is jsp file
This is corresponding servlet
This is downloading servlet