[Product-Developers] File saving with PloneFormGen in MySQL

2008-11-13 Thread bad_my84
Hi all, I'm using PloneFormGen (1.2.4) to add extract data to/form an MySQL-database (5.0.51). It works fine with strings and integers, but I'm having problems trying to add a file with the 'File-field' from PloneFormGen. I'm using 'ZSQL Method' to add the data to the database. The

Re: [Product-Developers] File saving with PloneFormGen in MySQL

2008-11-13 Thread Andreas Jung
On 13.11.2008 10:20 Uhr, bad_my84 wrote: Hi all, I'm using PloneFormGen (1.2.4) to add extract data to/form an MySQL-database (5.0.51). It works fine with strings and integers, but I'm having problems trying to add a file with the 'File-field' from PloneFormGen. And the problem is what in

Re: [Product-Developers] File saving with PloneFormGen in MySQL

2008-11-13 Thread bad_my84
The problem is that I don't know how I can add a file via the 'File field' into the database. With strings integers I use the 'ZSQL Method' with: INSERT INTO tabel VALUES( dtml-sqlvar voornaam type=string, dtml-sqlvar achternaam type=string ) But what kind of type should I use for a file?

Re: [Product-Developers] File saving with PloneFormGen in MySQL

2008-11-13 Thread Andreas Jung
On 13.11.2008 10:41 Uhr, bad_my84 wrote: The problem is that I don't know how I can add a file via the 'File field' into the database. With strings integers I use the 'ZSQL Method' with: INSERT INTO tabel VALUES( dtml-sqlvar voornaam type=string, dtml-sqlvar achternaam type=string ) But

Re: [Product-Developers] File saving with PloneFormGen in MySQL

2008-11-13 Thread bad_my84
Andreas Jung-5 wrote: On 13.11.2008 10:41 Uhr, bad_my84 wrote: The problem is that I don't know how I can add a file via the 'File field' into the database. With strings integers I use the 'ZSQL Method' with: INSERT INTO tabel VALUES( dtml-sqlvar voornaam type=string,

[Product-Developers] PloneFlashUpload treating some jpg files like files

2008-11-13 Thread David Bain
While using PloneFlashUpload I noticed that when I try to upload images that end with all caps for the extension for example Myimage.JPG), the image is treated like a File and, as a result, it doesn't get the IATImage interface. ___ Product-Developers

[Product-Developers] Re: Objects in folder not orderable

2008-11-13 Thread Mikel Larreategi
Mikel Larreategi(e)k dio: Alex Clark(e)k dio: Oh, and why not put your blog on planet? (If it is not already) No, it isn't in the planet yet. What do I have to do to put it on the planet? I've just added a ticket in the TRAC. Thanks, Mikel -- Mikel Larreategi [EMAIL PROTECTED]

[Product-Developers] Re: How to manage the first upgradeStep as an initial import step

2008-11-13 Thread Encolpe Degoute
Hello, I'm trying to setup a site using only upgrade steps from GenericSetup and I cannot find a nice way to setup the initial import. My profiles.zcml contains this code: genericsetup:upgradeSteps profile=my.site:default source=unknown destination=1.0.0 sortkey=0

[Product-Developers] ATCT development for plone 3

2008-11-13 Thread ataulla
Dear all, Is there any good tutorial to learn developing AT content type for plone 3. Thanks in advance. Ataulla SH -- View this message in context: http://n2.nabble.com/ATCT-development-for-plone-3-tp1497272p1497272.html Sent from the Product Developers mailing list archive at

Re: [Product-Developers] ATCT development for plone 3

2008-11-13 Thread Andreas Jung
On 14.11.2008 6:20 Uhr, ataulla wrote: Dear all, Is there any good tutorial to learn developing AT content type for plone 3. The existing AT tutorial should also apply to Plone 3. There were no major changes between Plone 2 and Plone 3 that would invalidate older material. plone.org -

Re: [Product-Developers] ATCT development for plone 3

2008-11-13 Thread ataulla
I am very new to plone 3 environment, I was working on plone 2.5. So I dont know from where I need to start working on plone 3. I need complete reference of plone 3. where will I get it??? Thank You Ataulla On Fri, Nov 14, 2008 at 10:57 AM, Andreas Jung-5 (via Nabble) [EMAIL PROTECTED][EMAIL

Re: [Product-Developers] ATCT development for plone 3

2008-11-13 Thread Mikko Ohtamaa
ataulla wrote: I need complete reference of plone 3. where will I get it??? The shitty truth is that there is no reference or catalog for Plone 3, GenericSetup XML, ZCML, interfaces or API documentation. The best way to get started is order Martin's Professional Plone Development book.

Re: [Product-Developers] ATCT development for plone 3

2008-11-13 Thread Mikko Ohtamaa
Mikko Ohtamaa wrote: The shitty truth is that there is no reference or catalog for Plone 3, GenericSetup XML, ZCML, interfaces or API documentation. Little correction: there is api.plone.org, but it's mostly useless in its current incarnation. It's much more effective to browse Plone 3