cancel
Showing results for 
Search instead for 
Did you mean: 

Upload on details page

lotharm
Champ on-the-rise
Champ on-the-rise
Hi,

Share is nice and our customers are pleased to use it. But there is a small thing I am looking for.
I would like to be able to update a document from the details page of share. The action list on the right only shows

  • Download

  • Edit Metadata

  • Assign Workflow…

  • Copy to…

  • Move to…

  • Delete
It is so inconvenient to only upload from the list view of the document library. How to add the actions "Edit Offline" on the details viewer page?
  lothar
5 REPLIES 5

tfpadilla
Champ in-the-making
Champ in-the-making
Several months later…………………

I have just installed Share, and I have the same problem as you had time ago.

Did you solve it?

I would appreciate your help and experience since then.

Thanks in advance,
Teresa

lotharm
Champ on-the-rise
Champ on-the-rise
No, I have not worked out a solution so far. Ideas are appreciatedSmiley Happy

Regards,
  lothar

jpfi
Champ in-the-making
Champ in-the-making
Hi,
you'll need to implement some code…action in detials page are not synced with doclib actions.
Modify document-actions site-webscript to support multiple actionSets, include upload clientSide to document-details.ftl
Copy OnAction…method from clientside documentlist.js to document-actions.js & modify some event & record.getData() stuff

cheers,
jan

fast3r
Champ on-the-rise
Champ on-the-rise
This fix misteriously doesn't work in IE6 and IE7.
Upload new version works in document details, but it breaks TinyMCE textarea for comments. The text only input is showed instead.
It's a really weird behaviour.

Anyone had the same problem?

fast3r
Champ on-the-rise
Champ on-the-rise
I explain better.

I tried to include the Upload new version button in document details page.
As jpfi told, I had to adapt the webscript for adding hidden templates, divs, css and js for both html and flash upload.
Everything works perfectly in every browser except (as usual…) Internet Explorer, where including this function make the Add new comment textarea field text only: TinyMCE isn't rendered at all.
The strange thing is that if I don't include the /share/components/upload/flash-upload.css (and html-upload.css), everything works fine, but obviously the Upload popup is completely broken.
If I include that specific css', even if they're empty, it doesn't work!

The only reason I can figure out for this behaviour is some kind of incompatibility between TinyMCE (updated to 3.2.7 but tried with 3.3 too) and the YUI mechanism for showing the Upload popup.

I need some help!
Thank you!