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 standard_html_header-->
<H2><!--#var title_or_id--> <!--#var document_title--></H2>
<P>
<dtml-with REQUEST>
<dtml-call "REQUEST.set('userTABPIX1',REQUEST.form['userTABPIX1'])">
<dtml-call "manage_addImage('',userTABPIX1)">
</dtml-with>
<!--#call "TutadobeInsertMethod(REQUEST)"-->
Data Has Been Successfully Inserted!
<!--#var standard_html_footer-->
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 actually upload to the LocalFS object
(myLocalFS1) I've created?
Does anybody know how???
k.c.
VCN - The Leader In Corporate Communication Solutions
Visit our website at http://www.vcn.com.my.
or http://www.vcnlinux.com
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )