Hi,
I need to upload file via file input in page, save it to DAM and store info about this file in DB. I know just how to store the info in the DB so the question is how can I process my file in servlet and save it to DAM?
And another question is - how can I upload file to DAM from local file system(I have a file in servers file system - /home/user/file.txt - and I want to upload it to DAM programmatically).
Thanks for any help!