so... you are doing xml databining in flex? saving all your data in xml in the database?
On Tue, Jul 7, 2009 at 5:45 PM, pk <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

