cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with upload files in share

awilaz
Champ in-the-making
Champ in-the-making
Hi folks,

I have had some trouble with upload files in share. any file that I try upload failed.
Catalina.out not presents anything about this, so exists any configuration to do.
I use firefox 3.6.13, and i don`t know more to do.
5 REPLIES 5

mikeh
Star Contributor
Star Contributor
You'll have to tell us more about your installation, server software, browser, etc. before anyone can help.

Have you got OpenOffice installed? How about ImageMagick & pdf2swf?

Thanks,
Mike

mnebus
Champ in-the-making
Champ in-the-making
are you accessing share over https?

The default uploader in share has a problem https.  It has to do w/ the way https sessions are handled in the flash upload client. (http://bugs.adobe.com/jira/browse/FP-4830)

There is an alternative non-flash (html) based uploader that you can enable by editing this file:
/opt/<your-alfresco-version>/tomcat/webapps/share/WEB-INF/classes/alfresco/share-config.xml

change adobe-flash-enabled to 'false'.

309      <file-upload>
310          <!–
311             Adobe Flash™
312             In certain environments, an HTTP request originating from Flash cannot be authenticated using an existing session.
313             See: http://bugs.adobe.com/jira/browse/FP-4830
314             For these cases, it is useful to disable the Flash-based uploader for Share Document Libraries.
315          –>
316          <adobe-flash-enabled>false</adobe-flash-enabled>
317       </file-upload>

ati_dip1982
Champ in-the-making
Champ in-the-making
Hi folks,

I have had some trouble with upload files in share. any file that I try upload failed.
Catalina.out not presents anything about this, so exists any configuration to do.
I use firefox 3.6.13, and i don`t know more to do.
hi can you tell me which browser you are using? sometimes this kind of issues are usually experianced in Firefox.
Sometimes updating browser and refereshing your cache clears all this problems.
Thanks

ekimnosneb
Champ in-the-making
Champ in-the-making
Hi folks,

I have had some trouble with upload files in share. any file that I try upload failed.
Catalina.out not presents anything about this, so exists any configuration to do.
I use firefox 3.6.13, and i don`t know more to do.

I'm not sure if this applies, but I just found that having a proxy set while attempting to upload using the flash uploader in Firefox or Chrome on Fedora doesn't work.  If I disable the proxy, I'm able to upload easily.

awilaz
Champ in-the-making
Champ in-the-making
I`m using firefox 3.6, but in IE happened the same problem.
I did the change in share-config.xml and fixed the problem…

Thanks guys