11-24-2008 09:59 AM
08-06-2009 06:58 PM
08-13-2009 02:27 PM
08-13-2009 02:31 PM
This looks like a bug in this file ("html-upload.js") in the installation for Alfresco 3.2 Community??Yes, it's been fixed on HEAD (and nightly builds)
08-18-2009 08:07 AM
08-24-2009 10:26 AM
05-06-2010 12:33 PM
09-27-2010 03:38 AM
The code auto-detect whether you have Flash installed or not.
The only way to disable the Flash uploader without uninstalling Flash would be to edit file-upload.js and look for:and change it to:this.hasRequiredFlashPlayer = Alfresco.util.hasRequiredFlashPlayer(9, 0, 45)
Thanks,this.hasRequiredFlashPlayer = false
Mike
in file html-upload.js, you have to correct line 219
216 // If it hasn't load the gui (template) from the server
217 Alfresco.util.Ajax.request(
218 {
219 url: Alfresco.constants.URL_SERVICECONTEXT + "components/upload/html-upload?htmlid=" + this.id,
220 successCallback:
"modules/html-upload?htmlid=" replaced by "components/upload/html-upload?htmlid="
But, … html component is still no displayed, maybe a css issue, i don't know …..
11-28-2010 04:23 AM
this.hasRequiredFlashPlayer = Alfresco.util.hasRequiredFlashPlayer(9, 0, 45)
tothis.hasRequiredFlashPlayer = false;
11-28-2010 05:15 AM
<alfresco-config>
<!– Document Library config section –>
<config evaluator="string-compare" condition="DocumentLibrary" replace="true">
<!–
File upload configuration
–>
<file-upload>
<!–
Adobe Flash™
In certain environments, an HTTP request originating from Flash cannot be authenticated using an existing session.
See: http://bugs.adobe.com/jira/browse/FP-4830
For these cases, it is useful to disable the Flash-based uploader for Share Document Libraries.
–>
<adobe-flash-enabled>false</adobe-flash-enabled>
</file-upload>
</config>
</alfresco-config>
11-30-2010 09:03 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.