Alfresco file uploader - how does it work?

耗尽温柔 提交于 2019-12-11 22:38:11

问题


My alfresco install(on Ubuntu 10.04.2 LTS Server) is failing to upload files via /share. for small files, the progress bar goes to 100% put later fails (after pausing for 2 minutes). There are no exceptions in the logs.

How does the upload process work? Is there a port i need to enable on Linux?

EDIT

I can upload file on my dev box(Ubuntu 10.10) accessing (http://locahostORip-address:8080/share), it only fails if i copy over to the UAT env.


回答1:


So you're using the flash-uploader. Is your flash working ok?

There is a way to use the non-flash uploader, but then you can only upload one file at a time.




回答2:


File uploads in share use regular HTML multi part file uploads. There's nothing special about them - if you can browse the share interface then you should have everything set up to let you upload files. No special ports need to be opened.

There are other ways to upload files into Alfresco, such as CIFS and FTP. For those, you do need to enable things. See http://wiki.alfresco.com/wiki/File_Server_Configuration for details.

As a general thing though, if you're having file upload problems, you're much more likely to see errors in the main repo logs (the /alfresco/ web app) than the share one.




回答3:


There are a few known issues with the Flash uploader in Share that might be the cause behind the problems you're experiencing:

  • if you're using Tomcat 7, please revert to the 6.x series

  • if you're on Websphere 7, please consider using a different AS

  • if you're on HTTPS using self signed / untrusted certificates, verify your browser is correctly configured



来源:https://stackoverflow.com/questions/5681540/alfresco-file-uploader-how-does-it-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!