Hi, Suppose I have the following paths: /folder1/images/image1.gif /folder2/ where "images" in folder1 is a LocalFS Instance. The following code worked when I had this images stored in Data.fs after I change "images" to be a LocalFs instance the code started to give a CopyError: <dtml-with "REQUEST.resolve_url(SERVER_URL+'/folder1/images/image1.gif')"> <dtml-call "REQUEST.set('imgcookie',manage_copyObjects(['image1.gif']))"> </dtml-with> <dtml-with "folder2"> <dtml-call "manage_pasteObjects(imgcookie)"> </dtml-with> I know LocalFs supports copy+paste in is folder/subfolders, but what about from a localfs instance to a zope normal folder? Any help? Thanx, Julio Dinis Silva _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
participants (1)
-
J�lio Dinis Silva