PS: make sure to read 
http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#More-on-uploads
 

I'm guessing you're not using forms to store the file (in which case, your 
code doesn't need any changes passing from storing into the /uploads/ 
folder vs storing in the 'blob' field) but the store() method directly, in 
which case you specifically need to change something (as documented in 
detail)

On Wednesday, July 31, 2013 10:08:24 PM UTC+2, Niphlod wrote:
>
> just tested on trunk AND 2.5.1, with SQLite, MySQL and Postgres, and all 
> works fine.
> Are you sure that is not something peculiar to your app (i.e. you can 
> reproduce the bug consistently in a fresh one) ?
>
> On Wednesday, July 31, 2013 9:29:35 PM UTC+2, Joe Barnhart wrote:
>>
>> I can't seem to get the feature to work.  Looking at the code in DAL, I 
>> don't see how it could possibly work as documented in the the book.  Did 
>> something change?  Does anyone use this feature?
>>
>> Note: this does not affect GAE since that is handled automatically, and 
>> still works as far as I know (not a GAE users myself).
>>
>> See https://groups.google.com/forum/?fromgroups#!topic/web2py/jbOkWc1xZD0
>>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to