I can only answer for the first one: if you're willing to store image on the database the fix is right that: all images in one server.
If you're looking to store uploaded files into one and only server and one and only folder, you have to share the folder via NFS or samba on the central server and mount that folder on all "slaves" under the correct dir (with defaults, it's web2py/applications/yourapp/uploads) On Friday, June 22, 2012 10:33:52 PM UTC+2, Bruce Wade wrote: > > Hi, > > I have 2 questions: > > First what is the process of having images uploaded from 1 or more servers > to be stored on a single server using web2py upload field? > > Second is it yet possible to use SQLFORM.grid with mongodb? If so what is > the process for it or is it the same regardless of the db backend? > > -- > -- > Regards, > Bruce Wade > http://ca.linkedin.com/in/brucelwade > http://www.wadecybertech.com > http://www.fittraineronline.com - Fitness Personal Trainers Online > http://www.warplydesigned.com > > --