[web2py] uploading images without page refresh

2013-11-10 Thread Harish Krishna
My model is this: db.define_table('images', Field('image', 'upload'), Field('title', 'text')) What must my views and controllers be to upload a new image without reloading the page? My knowledge of jquery, php, XML is just about nil. Thanks in advance. -- Resources: - http://web2py.com - htt

[web2py] Uploading images

2013-01-03 Thread Wonton
Hello! I'm trying to implement uploading user's avatar. I've tried to follow the image blog example from the book and some of the posts related to this issue in this forum and I'm still a bit confused and I don't know if I could do certain things or how to do them. What I would like to achieve