3093 Posts in 875 Topics by 654 members
| Go to End | Next > | |
| Author | Topic: | 2053 Views |
-
Setting an upload to folder

20 November 2009 at 11:51pm Last edited: 20 November 2009 11:52pm
Can I specify where files are uploaded to?
If I'm using a normal FileIFrameField or ImageField, can I specify a setting in my *Page.php where the file will be uploaded to "assets/Uploads/*page-name*" instead of just dumping everything in "assets/Uploads"?
Would really help in terms of file organisation, and would allow me to turn off the Files and Images tab.
-
Re: Setting an upload to folder

24 November 2009 at 10:34am Last edited: 24 November 2009 10:35am
The folder is the 6th parameter of the FileField.php constructor. FileIFrameField is a direct descent of FileField.
-
Re: Setting an upload to folder

24 November 2009 at 10:54am
Hm, I actually really don't know how to use what you're suggesting
could I do something like this:
new FileIFrameField( 'File1', 'Upload One', '','','','assets/Uploads/$title' ),
-
Re: Setting an upload to folder

24 November 2009 at 10:43pm
Cool. Many thanks
my code peice was just a guess to be honest; will the "$title" work in this part of the code, as I've only ever used it in the ss templates.
Cheers
Kevin -
Re: Setting an upload to folder

25 November 2009 at 2:12am
hm. I get an unexpexted ',' error when I try this.
I've been trying to get an upload to specify to 'assets/Uploads/$URLsegment' - if that's feasible.
-
Re: Setting an upload to folder

3 December 2009 at 6:07am
I still can't get this to work.
From what I can gather, the logical thing to do is this:
$fields->addFieldToTab('Root.Content.Image', new ImageField('Image', 'Image', null, null, null, 'assets/News/$URLsegment'));
works in my head, just not in practice..
Anyone?
-
Re: Setting an upload to folder

5 December 2009 at 10:06am
I don't know if just specifying a path will actually create the directory or if it will give it the right permissions.
| 2053 Views | ||
| Go to Top | Next > |



