[Zope] Unidentified problem with SiteRoot

2001-01-09 Thread Kelvin Cheong
Hello all, I have a problem which i suspect is site root's problem. The scenario, I have folders F1, F1a and F2, where F1a is a child of F1 and F2 is on the same directory level as F1. Also F1 and F2 have their own DB-connections DB1 and DB2 respectively, which have the exact same

[Zope] RE : [Zope] NESTED IN STATEMENTS AND PASSING VARIABLES in DTML

2000-11-19 Thread Kelvin Cheong
dtml-in "category_method(id='1')" size=100 start=query_start id=dtml-var idseq=dtml-var seqvid=dtml-var vid where can i find out more about these properties, i.e. the seq...vid... and so on..? thanx for any directions in advance, later, amoebia VCN - The Leader In Corporate Communication

[Zope] Input for Chinese Characters

2000-09-11 Thread Kelvin Cheong
Hi all! Now that I have managed to display Chinese characters, i'm stuck with my next problem. How do i input Chinese characters into Zope? Thanx in advance to all of ya! Later, amoebia VCN - The Leader In Corporate Communication Solutions Visit our website at http://www.vcn.com.my. or

Re: [Zope] Using Chinese Characters

2000-09-11 Thread Kelvin Cheong
To: Kelvin Cheong Cc: [EMAIL PROTECTED] Subject: Re: [Zope] Using Chinese Characters Hi Kelvin, Kelvin Cheong wrote: i was wondering how i can use chinese characters with Zpe on Linux. does anyone know how? According to my "mild" research so far, i found out that

[Zope] Using Chinese Characters

2000-09-07 Thread Kelvin Cheong
i was wondering how i can use chinese characters with Zpe on Linux. does anyone know how? According to my "mild" research so far, i found out that Big5is a 2-byte code and is a part of ISO-10646/Unicode. It also seems to be the de-facto for traditional chinese characters. There're also Unicode

[Zope] LocalFS Documentation

2000-07-12 Thread Kelvin Cheong
Hi, Anybody know where I can find out more about LocalFS, I've already read jfarr's How-to's and Product Information. But I still need more on how it works. Might aswell post up my problem since I'm already at it. Well, I have this dtml method that tries to add images: !--#var

[Zope] Re: Re: [Zope] LocalFS Documentation

2000-07-12 Thread Kelvin Cheong
there is an upload link at the bottom of the page. --Darrell From: "Kelvin Cheong" [EMAIL PROTECTED] I tried replacing (blindly) the dtml-with REQUEST tag with both dtml-with myLocalFS1 and dtml-in myLocalFS1, and as to my expectations it did not work. How would I actua

[Zope] External Method not accepting CGI module

2000-07-10 Thread Kelvin Cheong
Dear All, I have this python module for uploading an image from a client to the server (which would be subsequently inserted into a MySQL database, which is still on the midst of being resolved). I''m trying to import this into Zope as an External MEthod. It's contents are as follows :

[Zope] Unable to upload images from client to server

2000-07-06 Thread Kelvin Cheong
Hello All! I have this problem with "UPLOADING". In my HTML form (DTML-embedded-Document) I have data and images to insert into a mySQL DATABASE. Therefore I'm calling SQL statements from my DTML METHOD. However, it seems the SQL insert command does not allow LOAD_FILE procedure as does the