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? Or isn't it that ease?
-- 
View this message in context: 
http://n2.nabble.com/File-saving-with-PloneFormGen-in-MySQL-tp1493368p1493412.html
Sent from the Product Developers mailing list archive at Nabble.com.


_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to