10375 Posts in 2190 Topics by 1707 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 739 Views |
-
FileManager module

5 July 2009 at 9:39pm
hi
can you tell me how to modify FileManager module to upload files form the server ?
at now it can only uploads files from disc, and it is not very usefull when i want to upload the same image on the different pages, because than i have 2 or more copies of the original picture and more copies of CroppedImage -
Re: FileManager module

6 July 2009 at 4:07pm
or how to implement ImageField ?
i tried thispublic function getMyCMSFields() {
if($this->owner instanceof Image) {
return new FieldSet(
new ImageField('Picture','Select:', $this->owner->ID)
);
}
}but i get "You can add images once you have saved for the first time."
-
Re: FileManager module

9 July 2009 at 8:42am
You might want to look at the DataObjectManager module if you're having trouble with FileManager.
| 739 Views | ||
|
Page:
1
|
Go to Top |

