[web2py] Re: Image upload filenames too long

2011-07-26 Thread pbreit
Possible to shrink upload filenames down to 50 chars or so? Collisions seem unlikely.

[web2py] Re: Image upload filenames too long

2011-07-26 Thread Massimo Di Pierro
No. We actually had to increase it in te past because of problems. Not collisions but long table and filed names. On Jul 27, 12:18 am, pbreit pbreitenb...@gmail.com wrote: Possible to shrink upload filenames down to 50 chars or so? Collisions seem unlikely.

[web2py] Re: Image upload filenames too long

2011-06-30 Thread Rowdy
pbreit wrote: The filename that Web2py is giving my uploaded images is too long. Is it possible to make it shorter? For example (i need them to be under 150 chars):

[web2py] Re: Image upload filenames too long

2011-06-30 Thread pbreit
Yeah, I did find your original thread after some searching. And wondered if it might be worth either shortening outright or making it configurable. I've implemented 50 chars which seems like plenty to me.