Hello,
In my plugin I try to use the egw vfs to store files the users can upload, I do not want to use the link-to widget, because for my needs it is to unflexible. My proble is that when I link to the files I stored, I cannot download them neither in my app or the filemanager. To upload the files i use the upload-widget from etemplate and store the with egw_vfs::copy.
To create the links i use the following: egw::link(egw_vfs::download_url($link,true))
Any hints?
equinox