Hello, maybe this question was some answers,
ie
http://groups.google.com/group/web2py/browse_thread/thread/b04977ace137b317/f4c3e44b4cd5de6d?lnk=gst&q=Change+upload+behaviour#f4c3e44b4cd5de6d
But I don't understand if these args (custom_store or custom_retrieve)
could be necessary for that I need
I have this statement on my model
Field('logo', 'upload', uploadfolder='applications/myapp/static/images',
label='Logo (227x40px)')
I need upload a file.png or logo.png called file and store it on
'applications/myapp/static/images' with 'logo.png' as filename to replace
the app logo on my app..
there are a simple way to do that?
Thanks in advance.
Christian.
--