I think pk may be doing xml databinding with flex, which Oracle and Postgres
and IBM's DB2 support;

I was first made aware of it when starting Bruce Eckel's "First Steps In
Flex" book...  and wondered how to connect this with web2py - xml to the
controller?  xml all the way back to the db?  I just haven't gotten as far
as pk yet (which is why I asked).


On Tue, Jul 7, 2009 at 6:02 PM, mdipierro <mdipie...@cs.depaul.edu> wrote:

>
> I do not understand the problem.
>
> On Jul 7, 5:45 pm, pk <peter.kirch...@youngdesigners.de> wrote:
> > thanks,
> > but if i need the filename from the xml
> > because i reed the xml from flex
> > and i will show the file in a datagrid
> >
> > On 8 Jul., 00:36, mdipierro <mdipie...@cs.depaul.edu> wrote:
> >
> > > assuming
> >
> > >   db.define_table('mytable',Field('myimage','upload'))
> >
> > > and a controller
> >
> > >   def download(): return response.download(request,db)
> >
> > > than the URL is
> >
> > >  http://hostname:port/[app]/[controller]/download/[filename]
> >
> > > and filename is the one stored in db.mytable.myimage, not the original
> > > filename.
> >
> > > Massimo
> >
> > > On Jul 7, 5:12 pm, pk <peter.kirch...@youngdesigners.de> wrote:
> >
> > > > hi,
> > > > how can i access to the url of a image which i load up in the table.
> > > > because i have another application (not web2py) and read the table
> > > > with xml.
> > > > now i need to access to the file.
> > > > thanks
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to