Jump to content

Recommended Posts

Posted

Hi

 

I have users who want to be able to use DirectEdit with Publisher files. I have added a filter, but the option still isn't available. When I look at the properties of a Publisher document in My Files, it lists it as null(.pub).

 

Can this be done? If so, what additional steps do I need to take?

 

Thanks

Posted

It's hardcoded for only xls|doc|ppt files (and their x versions) To edit this, open ~/myfiles/default.aspx and look for

.Extension.match(/(xls|doc|ppt)/gi)

You should find 3 instances of this

.Extension.match(/(xls|doc|ppt|pub)/gi)

will enable publisher

Posted
Great thanks for the response Nick. I have the option to DirectEdit now, but I get an error saying Invalid file type for secure download .pub. Any ideas why? Thank you.
Posted
Once again, hardcoded into the direct edit app, you will need to download the source and use VS to build the DirectEdit app with the corrections to the allowed file types

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...