File Sharing Moving

If you have questions about using mojoPortal, you can post them here.

You may want to first review our site administration documentation to see if your question is answered there.

This thread is closed to new posts. You must sign in to post in the forums.
8/11/2014 10:32:38 AM
Gravatar
Total Posts 8

File Sharing Moving

Joe, Is there a way to move the files from one page to another page that has the Sharing Files set up?

I.E. Page1.aspx w/Sharing Files > Manuals > InstallationManual.pdf needs to move to Page2.aspx w/Sharing Files > Manuals > InstallationManual.pdf

I know you can move the content to another folder on the same page but not able to move to separate page on same site.

8/11/2014 10:53:21 AM
Gravatar
Total Posts 18439

Re: File Sharing Moving

shared files are represented in the mp_SharedFiles table in the database

to move a file from one instance of Shared Files to another could be done in the database by changing the ModuleID, ModuleGuid, FolderId, FolderGuid of a row. ie find the value of those for a row that is already in the target instance and then update a row that you want to move to those values.

there is no way to do it from the UI, it would have to be done from the database

Hope that Helps,

Joe

8/11/2014 2:02:48 PM
Gravatar
Total Posts 8

Re: File Sharing Moving

I did notice how the file relations worked in the mp_SharedFiles table. It might be a nice feature to have in a future release so the administration of the files can be managed by content managers rather than a db administrator. Just food for thought. Thank you Joe.

You must sign in to post in the forums. This thread is closed to new posts.