0kay, I've solved the issue,
The first you need to do is, take a look of the user that's running the tomcat, at my LAMP the user is 'tomcat' So the folders /dspace/upload and /dspace/assetstore need all the permissions by writing at console with root attributes: chown -R tomcat /dspace/upload chown -R tomcat /dspace/assetstore So far, so good. Doing a review through the documentation, the files're stored at the folder assetstore, so you need to give the permision to the tomcat user for write on both folders. My Dspace version is 1.7.2 Best Regards Mike -- View this message in context: http://dspace.2283337.n4.nabble.com/Dspace-File-Upload-Problem-tp3286609p3837909.html Sent from the DSpace - Tech mailing list archive at Nabble.com. ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

