11-24-2008 09:59 AM
01-21-2009 03:29 AM
01-21-2009 04:06 AM
02-05-2009 06:39 AM
02-05-2009 08:49 AM
this.hasRequiredFlashPlayer = Alfresco.util.hasRequiredFlashPlayer(9, 0, 45)
and change it to:this.hasRequiredFlashPlayer = false
Thanks,02-18-2009 06:44 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
03-03-2009 12:44 PM
in file html-upload.js, you have to correct line 219The 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
I'm getting "Could not load html upload template" after modifying this. Any thoughts?
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:
03-06-2009 12:34 PM
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 …..
260 /**
261 * Render the server reponse so the contents get inserted in the Dom.
262 * Scripts in the template, such as setMessage(), will also get run
263 * at this moment.
264 */
265 this.widgets.panel.render(document.body);
266
267 //Remove the class hidden to display the panel
268 Dom.removeClass(this.id + "-dialog", "hidden");
03-25-2009 10:55 PM
03-26-2009 04:22 AM
Any luck with get it stabilized? I'm supposed to evaluate Alfresco, but Firefox 3 is our standard browser. So this could pose a problem.Try HEAD, which is now running YUI 2.7.0.
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.