[google-appengine] Re: Hi, BlobstoreUploadHandler.get_uploads(field=fieldname) is not working at all

2020-01-12 Thread Sunando Samaddar
Sorry, to be exact the problem code was like ` , hence get_uploads('file_upload') was put in a bad situation to work as > expected. After closing the tag, it is working. > > On Wednesday, January 8, 2020 at 8:20:10 PM UTC+5:30, Sunando Samaddar > wrote: >> >> I hope this is the right place for

[google-appengine] Re: Hi, BlobstoreUploadHandler.get_uploads(field=fieldname) is not working at all

2020-01-09 Thread Sunando Samaddar
There was a missing closing tag in the template inside the upload tag like > I hope this is the right place for this question. Can somebody please help > me with this basic Blobstore file upload issue? > > snapshot from *main.py* > ``` > class HomeHandler(BaseHandler): > def get(self): > uploa

[google-appengine] Re: Hi, BlobstoreUploadHandler.get_uploads(field=fieldname) is not working at all

2020-01-08 Thread 'Pierre-Yves Blain' via Google App Engine
1- Please provide additional information about the context of your issue, and what you are trying to achieve 2- Please provide the full details of the error returned 3- Please provide the documentation that was followed to implement this "main.py" file On Wednesday, January 8, 2020 at 9:50:10 A