I'm trying to adjust the way remository handles new submissions of files and associated images (via
user menu
)
I'd like to be able to upload both the downloadable file & image(s) via submission page. however remo appears to require me to publish the file/document prior to allowing me to attach images. same for updating the file/images: I would like this to happen in a single form as well.
I think for the submission form I would need to combine the code of /v-classes/remositoryAddFileHTML.php & remositoryThumbUpdateHTML.php,
to save them I would need to combine /c-classes/remository_addfile_Controller.php & remository_savethumb_Controller.php
and for updates a combo of /c-classes/remository_userupdate_Controller.php & remository_thumbupdate_Controller.php should be required
I tried to get it sorted myself over the last hours but couldn't get anywhere really - apart from seeing lots of different error msg...