28 Aug
2001
28 Aug
'01
1:08 p.m.
hi friends, Please tell me if its possible to upload a image (jpg or gif) from a form and store it in a DTML document as a variable. if yes what will the variable type be ?? (e.x: string, int, etc ) thanks, Sanket.
28 Aug
28 Aug
9:54 p.m.
New subject: [Zope] query !!
sanket j Deshmukh writes:
Please tell me if its possible to upload a image (jpg or gif) from a form and store it in a DTML document as a variable. if yes what will the variable type be ?? (e.x: string, int, etc ) Hugh!
Variables usually do not have a type.... Properties have one. But you should not store an image in a property (you will loose HTTP caching, e.g.). Store them as an Image object and reference it in your DTML object with "<dtml-var imageid>". Dieter
8986
Age (days ago)
8986
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
sanket j Deshmukh