Hi,
I'm trying to use the "export content" & "import content" functions on a UDT (lastest version of DNN & UDT). For some reason, when I import same file the I just exported, it loses the sub-folder of where the file is located for a local URL Below is what the URL looks like when I 1st export in and then what it looks like after an import of the original file and then another export...
1st Export:
<Download_UDT_Url>/LinkClick.aspx?link=forms%2fEmployee+Benefits+Manual.pdf&tabid=74&mid=421</Download_UDT_Url>
2nd Export (after import of original file):
<Download_UDT_Url>/LinkClick.aspx?link=Employee+Benefits+Manual.pdf&tabid=74&mid=421</Download_UDT_Url>
Notice the missing folder "forms" folder...
Of course, probably like the rest of the DNN crowd, I'm ran into this problem while trying to create a valid import file so I don't have to put all my data in by hand...
Thanks for any help on this!
Billboe