Re: [Dspace-devel] Customizing Upload Step in the Item Submission

2012-06-07 Thread Mark Diggory
It's more the code in general, cocoon puts the files in an upload directory, the code above determines if that already happened and if not (ie in the JSPUI) then it creates the files. Best, Mark On Tuesday, June 5, 2012, César Sabater wrote: > Thanks Mark, > > I wasn't so confident about that li

Re: [Dspace-devel] Customizing Upload Step in the Item Submission

2012-06-05 Thread César Sabater
Thanks Mark, I wasn't so confident about that line becouse earlier on that file there are some comments about cocoon handling the uploaded files independently. Cheers, César 2012/5/31 Mark Diggory > César, > > you are on track, the first file you mention has the logic within it to > process

Re: [Dspace-devel] Customizing Upload Step in the Item Submission

2012-05-31 Thread Mark Diggory
César, you are on track, the first file you mention has the logic within it to process the uploaded file and attach it to the Item as a Bitstream. Look specifically around the following line https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/submit/step/UploadSte

[Dspace-devel] Customizing Upload Step in the Item Submission

2012-05-31 Thread César Sabater
Hi All, I'm trying to customize the submission steps of the standard item submission in DSpace 1.8 . The customization consists on reordering the steps such that the bitstream upload step appears before the describe step, modifying the upload step to gather some information of the uploaded bitstre