Jani Tiainen wrote:
> [EMAIL PROTECTED] kirjoitti:
> > Hi,
> >
> > Is it possible to attach a file directly on a page without using the
> > attachment uploading ? If the file are on the server, it is bad to
> > download and upload...
>
> It would be nice oppurtunity to write plugin to attach files from
> localfilesystem as is. It would help keeping some documentation (in
> binary form) on disks...

I'd be really cautious about how you do that since it could easily open
security holes if you allow users to attach files from the server's
local file system.

If the files are already accessible through the web you could simply
include a link to those files from the Wiki or ticket.  If not, maybe a
small script would work for you.  Then security would not be as
concerning since it would be limited to use by people who already have
shell access to the server.

-- Matt Good


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Trac Users" group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to