Re: [web2py] Re: Image uploads to different server, mongodb with grid

2012-06-23 Thread Bruce Wade
OK Thanks, I will do some testing on the grid to see if it can handle what I need. niphlod thanks for the info on sharing files between multiple servers this will come in handle. I do need all the files on one server for this specific requirement as I am uploading banners which could come from cur

[web2py] Re: Image uploads to different server, mongodb with grid

2012-06-23 Thread Massimo Di Pierro
On Friday, 22 June 2012 15:33:52 UTC-5, 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

[web2py] Re: Image uploads to different server, mongodb with grid

2012-06-22 Thread Niphlod
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