[Dspace-tech] Code and Problem in file upload from db

2009-11-11 Thread Vinsenso
Hi all, Can I edit the source code of DSpace...??? I want to know how DSpace work. ex: code to insert item from DSpace to database. And there is a problem when I upload a file to someitem from postgresql not from DSpace. I want to moving data in my current database(SQL Server) to DSpace's

Re: [Dspace-tech] Code and Problem in file upload from db

2009-11-11 Thread Vinsenso
what needs to be filled, so that the uploaded files can be viewed by the user ? And there is a problem when I upload a file to someitem from postgresql not from DSpace. I want to moving data in my current database(SQL Server) to DSpace's database (PostgreSQL). So, i used query to insert data

Re: [Dspace-tech] Code and Problem in file upload from db

2009-11-11 Thread Vinsenso
Vinsenso wrote: And there is a problem when I upload a file to someitem from postgresql not from DSpace. I want to moving data in my current database(SQL Server) to DSpace's database (PostgreSQL). So, i used query to insert data to tables in DSpace database, like table item,