Change document type before upload
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2014 10:33 AM
Hi,
how it is possible to change upload form to put there select box for document types. Or how to add there option to set some attribute.
Thanks
how it is possible to change upload form to put there select box for document types. Or how to add there option to set some attribute.
Thanks
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2014 02:14 AM
First of all in latest versions of alfresco, you need to enable flash uploader. For that need to make entry in share-config-custom.xml like below.
<Context useHttpOnly="false"> in place of <Context>.
After that you will have to add you custom content type's entry in flash-upload.get.js, this will make you to select the document type before upload.
Hope this helps.
<Context useHttpOnly="false"> in place of <Context>.
After that you will have to add you custom content type's entry in flash-upload.get.js, this will make you to select the document type before upload.
Hope this helps.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2014 08:39 AM
hi,
I dont have
I dont have
<Context>
element in my share-config-custom.xml file.