[web2py] Re: Image upload error when using smarthumb

2020-03-05 Thread Andrew Rogers
I had trouble with the above code. Perhaps it was because i am using the uploadseparate =true parameter which means images get dropped into different folders. Or perhaps because i don't know what i am doing. Anyhow, the code below works for me. I had to manipulate the thumbnail filename a lot

[web2py] Re: Image upload error when using smarthumb

2019-10-03 Thread Massimo Di Pierro
box = (200, 200), should box = (200, 200) (remove the extra comma :-)) On Thursday, 3 October 2019 06:19:51 UTC-7, Maurice Waka wrote: > > I followed this > > > example with this code >