cancel
Showing results for 
Search instead for 
Did you mean: 

upload file

yassine_036
Champ in-the-making
Champ in-the-making
hello
i'm want to upload file in company home
but i know how can i do this with jsp api
can you help me
thank you
11 REPLIES 11

rliu
Champ in-the-making
Champ in-the-making
I want to correct myself.

Writing a POJO does not exactly fit within the Alfresco's framework.

This does not seem to be the case. As my understanding of Alfresco's framework grown, it's quite simple to integrate various design patterns as part of any customizations needed.

rliu
Champ in-the-making
Champ in-the-making
I want to create space while file is uploaded,depends on the time and date when file is uploaded.
So structure would be general space Test and then subfolders created at the time of uploaded file,like 16-sep,17-sept,18-sept and so on for one month.
Can these be done?

Yes. This can be done with relative ease.  You'll have to write logic to create the node with the desired naming convention. Take a look at the Javadoc for NodeService