Hi Tom,

> Can I change the
> upload location for the admin?

Well....Yes and No. Great answer huh!!

No because Farcry by default uses "application.defaultFilePath" which
gets set in the core during application init. It's on the TODO list to
figure out an elegant way to allow the project code base to override
this value. Also, we'd like to be able to handle Secure file stores at
some point.

Yes....Since Farcry use the dmFile type to process files all you need
to do is create a new dmFile component in your project code base that
extends "farcry.farcry_core.packages.types.dmFile". Create an edit
method that overrides super.edit(); and you can then upload the files
to wherever you like. Use the core component as a template for
designing your own.

HTH,

~tom

---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to