On Wednesday, August 7, 2019 at 11:05:14 AM UTC-7, Kimus wrote:
>
> ola eu segui essas instruções e deu quase td certo, só que a imagem não 
> aparece de jeito nem um 
>
> <div class="logo">
>      {{=IMG(_src=URL("download", auth.user.foto))}}
>
>      </div>
>
> eu não criei a função pq eu não preciso ja que o auth_user ja esta na 
> pagina que desejo carregar a foto 
>
>
> poderia me dar mais uma luz ??
>


I don't think the "download" tool works with images (or whatever) stored in 
auth.user.  It is designed to be used with upload fields, and expects the 
data location to be found through the upload field of whatever table you're 
using for uploads.  If you really want the picture stored in auth.user, you 
are going to have to (AIUI) stream it yourself, but I would recommend 
instead having a reference in auth.user to the correct entry in the table 
you use for uploads, and to let download handle it with the boot-in tools.

If you do want to try streaming, I've sketched it a little in
<URL:https://groups.google.com/d/msg/web2py/MTJoZc1Kh6I/oYjxBn2KCQAJ>
and the archives should have more (I had to learn it from somewhere myself 
). Also see the "More on uploads" section in the Web2py book links.

/dps




>
> Em terça-feira, 6 de agosto de 2019 12:21:57 UTC-3, Kimus escreveu:
>
>> olha eu aqui dnv  :) 
>>
>> Estou com um problema eu insiro uma imagem no banco mas na hr de mostrar 
>> no HTML não consigo de jeito nem um, eu nãoi to  usando o template do 
>> web2py então td pra mim é mais dificil alguem teria algum jeito de fazer 
>>
>> OBS : eu coloquei um campo extra_field no auth_user como foto e queria 
>> exibir essa foto, só que não utilizo quase nd do que o web2py tem pronto 
>> tipo sqlform grid essas coisas dai tenho que fazer mais manual a coisa 
>> alguem teria como me dar uma luz 
>>
>> To tentando algo do genero  tentei usar a função download que ta na 
>> default só que no meu controller só que ainda não funciona quando salvo a 
>> imagem ela upa a imagem no upload  tipo auth_user.foto e uma hash só qe não 
>> consigo fazer funcionar msm alguem me ajuda :( 
>>
>> <img src="{{=URL(c='template',f='download',args='auth_user.foto.file')}}"
>> >
>>
>

-- 
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/4188c032-686d-4fad-ae86-c162e5f32559%40googlegroups.com.

Reply via email to