Hello everybody,
I just need to add some functionality to lenya
asset upload.I need to add a dropdown list inthe asset upload page in
site area with values of audio or image so that the user can choose
between them and the uploading is done in specific path according to
the values selected in the dropdown list. I managed to create the UI
for it using asset.xsl and modified in
resourcemanager.java and Uploadaction.java to change the path of
uploadbased on the extension values hardcoded (.mp3,.jpg) .But I need
to allow the user select the values of audio or image in the upload
page and upload accordingly.But I miss the path of bringing the user
interaction in the upload page with these java files.
My
question is how this request(user selected value) can be taken from the
newasset upload page and used in the java files. I mean should I have
to store it as a Dublincore parameter?How does the title field values(for eg.)
are traced when the user enters a title?what are the files involved in creating
this dublin core .meta file and this title field value is stored there
as <dc:title>?
I made changes to DublinCOre.java ,DublinCoreImpl.java but nochange.
can anyone of the developers who were involved in this asset
management work help me pleaseeee it really sucks to find out how
something works ?
any ideas,pleaseeeee help..........
