to make it works, files should be loaded using web2py interface (SQLFORM or 
programmatically - see the book). As far as I can see you have legacy database 
with already srored images in it, no? If so you can try to use 'uploadfield' 
option, i.e. you should have 2 fields in your model (upload and blob type) - 
the first one will use the second to store file instead of FS - see 'more on 
uploads' in the DAL chapter

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/ac3c0629-f2d9-4723-8d62-b9bfd2585758%40googlegroups.com.

Reply via email to