On Thursday 27 September 2007 06:14:14 [EMAIL PROTECTED] wrote: > Hi, > > I am able to access the actual blob data itself from postgresql in my > TG application. > > However, in order to display the image in html, I need to have the > PATH tothe image in my '<img src='......'> tag. > How do I get the file path?
Who knows that path? Your application or your database? Who created the file? For the template, it is just a matter of passing a variable with the full path name -- remember that the webserver / application should be able to read this file otherwise you won't get the image. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

