[web2py] Re: Downloading ALL images in a table at once

2018-02-07 Thread mostwanted
Thank you Jim, I'll try it out but i think JavaScript may just be my way out like you said but I'll give your solution a try, thanks. On Wednesday, February 7, 2018 at 12:53:12 AM UTC+2, Jim S wrote: > > Based on my experience and simple web protocols, you can't do what you > want. You could ho

[web2py] Re: Downloading ALL images in a table at once

2018-02-06 Thread Jim S
Based on my experience and simple web protocols, you can't do what you want. You could however combine all the images into one file (a zip file) and download that zip file. In your controller you could do something like this: import os import StringIO import zipfile tempfile = StringIO.Strin