cancel
Showing results for 
Search instead for 
Did you mean: 

Share file upload work with flash player v10 ?

stevereiner
Champ in-the-making
Champ in-the-making
Flash player version 10 was released yesterday.

It will break many flash based upload code libs including  YUI uploader. Looks like yahoo has a newer version that will work with both version 9 and 10 of the flash player but code needs to change to use it.

I haven't tried Share file upload with flash player v10. Share may already have the change, just thought I would warn just in case.

flash player v10 FileReference change
http://theflashblog.com/?p=423

newer version of yui uploader
http://developer.yahoo.com/yui/uploader/

Steve
17 REPLIES 17

edk
Champ in-the-making
Champ in-the-making
For me both IE8.0.7 and FF3.0.6 / Flash v10 / Any fresh ideas for me to try?
I don't want you to think I've dropped this - I just don't have windows7 boxes to do testing with. But please report anything you can to this thread - one day I'll catch up with you.

edk
Champ in-the-making
Champ in-the-making
Same error for me, "FAILURE; Could not load html upload template"
Also reports of same error message when using IE6.0.2800.1106

flefoll
Champ in-the-making
Champ in-the-making
I'm using Labs 3C stable too.
I had the problem with Internet Explorer and Firefox as well.

I solved both cases upgrading yui uploader component.

wget http://developer.yahoo.com/yui/download/
unzip yui_2.7.0b.zip
cp -R yui/build/uploader/*  /opt/alf3/tomcat/webapps/share/yui/uploader/

I hope it will serve you,

Regards.

Francois

edk
Champ in-the-making
Champ in-the-making
I solved both cases upgrading yui uploader component.
Thanks for the pointers, I've copied the files, and created this link: ln -s uploader.js uploader-experimental.js backing up the original of course. And It still acts the same, button does not appear until changing size of browser window - but otherwise everything is good. Will test on more computers.

Thanks

sylvain_d
Champ in-the-making
Champ in-the-making
I made the change indicated above with the new YUI uploader component

With FF 3.0 there is no change, the upload fails at the end of the progress bar

It's still working with Chrome

With IE 6.0, even if the upload button appear after a resize,  I get the "Could not load html upload template" message


Any ideas ?

Thanks

sqbaillie
Champ in-the-making
Champ in-the-making
I also replaced the YUI uploader component described as above - renaming files as appropriate to experimental - on our Alfresco Lab 3 Stable platform.  It resulted in the alfresco share  Site > Document Library Upload and New Folder buttons greying out for all client platforms including those that previously worked.  I backed this out. 

So, still looking for a solution to uploading on our linux firefox workstation.  Mac works fine.

sylvain_d
Champ in-the-making
Champ in-the-making
Waiting for a solution I'm using the html upload.

I post a hint for that : http://forums.alfresco.com/en/viewtopic.php?f=9&t=15501#p57350

Less attractive than flash upload but it work everywhere

varsenault
Champ in-the-making
Champ in-the-making
Has anyone found a universal permanent fix for that? The YUI fix doesn't work on Mac FF3 nor Safari 4b.