File server links in wiki pages

Is there a way to insert links in wiki pages to files on the same server (rather than upload the file itself)?
We have wikis and (afp) file shares on the same physical 10.6 server.
Thanks!

Having tested a few approaches, one that seems to work is to set up an FTP share that does not require login – that is, enable anonymous access to a 'public' ftp area. The permissions need be set to read-only or read/write to all, and files can be linked to in the following format from a wiki page:
ftp://<servername>/<sharename>/<filename>
While this works, it is not great from a security perspective – especially for internal wikis.

Similar Messages

  • Auto update of latest document links in Wiki pages

    Hi I am completely new to Sharepoint and wiki pages. I manage to do few changes to wiki pages to have a feel of it. I noticed that every time i create a link to a document if the version changes i need to update the link manually by editing it. Is there
    any way to automate this process?
    Eg: Docv1.0.doc is updated to Docv2.0 
    Thanks
    gauls

    I manage to get something working using webparts Content Editor and linking it to a file. Not sure if this the only/best approached for Sharepoint 2007
    <script type="text/javascript">
    function getLatestFile(){
    var myObject;
    var recent = "";
    myObject = new ActiveXObject("Scripting.FileSystemObject");
    var folderObj = myObject.GetFolder("C:\Test");
    var fc = new Enumerator(folderObj.files);
    for(var objEnum = new Enumerator(FileCollection); !objEnum.atEnd(); objEnum.moveNext()) {
    If (recentFile = ""){
    recentFile = file;
    else if (file.DateLastModified > recentFile.DateLastModified){
    recentFile = file;
    }//for loop
    alert("recentFile : " + recentFile);
    var mylink = document.getElementById("myLink");
    mylink.setAttribute("href", urlToFile);
    mylink.click();
    </script>
    <P>&nbsp;</P><A id="myLink" onclick="getUrl();"> TestFile1 </A>
    Content Editor
    check above link for more on using content links to use JavaScript and HTML.
    gauls

  • File Download links on ADF pages

    Hi All, My requirement is to display no. of document links in pages. I am trying to use <af:fileDownloadActionListener> .
    I am getting list of files/document while loading the page from backing bean and looping through it using <af:forEach>..
    when i click on any link to download the document then fileDownloadBean.download function is called. So in backing function
    download how i know which document user has clicked to download ? Any idea ?
    <af:panelList id="pl1" clientComponent="true" >
    <af:forEach var="file" items="#{fileDownloadBean.listFiles}" >
    <af:commandLink text="#{file}" actionListener="#{fileDownloadBean.buttonClicked}" />
    <af:commandLink text="#{file}" visible="false" id="cl2" actionListener="#{fileDownloadBean.buttonClicked}">
    <af:fileDownloadActionListener filename="#{file}"
    contentType="application/msword"
    method="#{fileDownloadBean.download}" />
    </af:commandLink>
    </af:forEach>
    </af:panelList>

    Hi Tim, I tried to follow same step as mentioned in your blog..but getting y error no object found by id...
    function customHandler(event){ 
    var exportCmd = AdfPage.PAGE.findComponentByAbsoluteId("::cl2");
    alert('hello');
    var actionEvent = new AdfActionEvent(exportCmd);
    actionEvent.forceFullSubmit();
    actionEvent.noResponseExpected();
    actionEvent.queue();
    In my program commandlink is rendering by for each loop...i think in for each loop...iterating component does not assign proper ids...
    <af:panelList id="pl1" clientComponent="true" >
    <af:forEach var="file" items="#{fileDownloadBean.listFiles}" >
    <af:commandLink text="#{file}" clientComponent="true" partialSubmit="true" actionListener="#{fileDownloadBean.buttonClicked}" />
    <af:commandButton text="#{file}" id="cl2" visible="false" clientComponent="true" >
    <af:fileDownloadActionListener filename="#{file}"
    contentType="application/msword"
    method="#{fileDownloadBean.download}" />
    </af:commandButton>
    </af:forEach>
    </af:panelList>
    I appreciate your help..
    Thanks

  • Help. i have to double click my SWF file to link to a page

    i have two SWF files with links in them on my page the one i
    have updated requires the user to double click to my link. the
    other link only requires one click. i do not have the fla file to
    see how this was done. can anyone let me know how i can get my swf
    file to link without me having to double click??

    sgemme13 wrote:
    > i have two SWF files with links in them on my page the
    one i have updated
    > requires the user to double click to my link. the other
    link only requires one
    > click. i do not have the fla file to see how this was
    done. can anyone let me
    > know how i can get my swf file to link without me having
    to double click??
    no idea how w/o the source, tho, can you provide the URL for
    us to check?
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Minor UI Bug: File Mail Link to This Page? Should be worded differently.

    i.g. Mail Link of This Page, or Mail URL/Link on Current Page.
    Wording is a bit confusing.

    i.g. Mail Link of This Page, or Mail URL/Link on Current Page.
    Wording is a bit confusing.

  • I can't get firefox to download files from links on web pages

    I have firefox 3.6.13 and when I click on a download link on a web page nothing happens. I have to open Internet explorer to download files.
    It used to work OK for years until a few months ago.
    The only web page I have found that I can still download from is for mp3 files from amazon.com
    Isn't there anyone out there that has any idea how to solve this? If I can't get it fixed I guess I will have to make Internet Explorer my default browser.

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Wiki Pages Dynamic Menu Error

    Hi,
    When creating a standard wikik page, the left menu I guess will show links to wiki pages, however I only get this error on all wiki pages that are created throughout the site!
    Any idea on how to solve this error?
    regards
    Martin

    Hi Martin,
    Did this happen to all wiki pages in all SharePoint web applications?
    Did you find some ULS log messages related to this issue when you access the wiki page with the error in the Updated Pages section?
    The Updated Pages section is displated with newly updated wiki pages in wiki library, it is defined in wiki page templated wkpstd.aspx located under 15 directory (15\TEMPLATE\DocumentTemplates folder) and each wiki page will inherited it, for this issue,
    I would try to recycle the SharePoint site from the IIS (and IISRESET), and then see if it could work.
    Thanks
    Daniel Yang
    TechNet Community Support

  • Wiki Pages

    Where do I find wiki pages offline. Because I dont have internet all the time. Do we get any zip file of all the wiki pages so that we can read them later
    santhosh

    elliott wrote:
    pacman -S arch-wiki-docs
    It appears to be from March though, so it is a little out of date.
    I have installed it. How to use it. Where are the docs stored. Or which command to use to open the docs

  • Plus "+" signs appear in subject when using "Mail Link to This Page" error

    When I choose File > Mail Link to This Page in Safari for Windows (all recent/current versions), Safari opens a new Outlook email message window with a link to the web page I want to send in the content area of the message as it should, however the subject line contains plus sign "+" symbols between every word in the web page's title, as shown here:
    Subject: Apple-+Support+-+Discussions+-+Post+Message:+NewTopic
    Any tips on how to make those distracting plus signs go away?
    Joe

    Yeah, I've posted the same inquiry. I'm surprised we haven't heard anything back yet regarding this annoying issue w/ the "+" symbols showing up in the Subject line every time we mail a link.
    Hopefully we'll get some type of assistance soon.
    Good luck!

  • Beehive Workspaces - WIKI pages and SSO

    Hi,
    I made a Word document that contains links to Wiki pages in an (Oracle internal) Beehive Workspace.
    A side-effect is that the user has to logon through SSO each time a link is selected in the Word document, even if the previous link/session is still active in IE or FF.
    Can this behaviour be changed, so the user user only needs to log on at the first link ?
    cu,
    Frank.

    I also found a soution in the mean time :
    http://support.microsoft.com/kb/218153
    any comments ?
    cu,
    Frank.

  • Wiki file attachments - can the wiki be configured to link to a file already on the server rather than uploading it into the page?

    Can the wiki be configured to link to a file already on the server rather than uploading it into the page? This would enable users to open (and edit) the original server hosted document rather than downloading a static copy that can't be edited and synced back into the wiki page.
    As a workaround I've tried attaching an alias to a file but it doesn't work - the wiki instead uploads the aliased file.
    From what I can work out, the default wiki behaviour is to upload a document to a wiki page, which creates a copy of the uploaded document in the wiki database. This copy has no connection to the original document. It can be downloaded and edited, but the edits are not saved back into the wiki hosted version of the document.
    I'd like to be able to upload a link or alias to a document (with preview please!) already on the server. A user could then preview the document or click to open and edit it.
    The only way I can do this at the moment is to create a link "afp://123.../doc.rtf" to the original. This is timeconsuming and confusing for non-technical users and doesn't offer the benefits of the attach function (ie document preview).
    Is there any way the wiki can be configured to link to documents already on the server using the attach functionality?

    An update for anyone in a similar situation.
    Patch 3944727 for 9.0.4.1 that solves this issue: "USER LOV IASM11SHIP EDIT USER LOV SHOULD SHOW THE NICKNAME ATTRIBUTE." However, the patch is mutually exclusive with the latest CPU's and there's no plan to merge the pacthes given the dwindling support for 9.0.4.1. So that patch is pretty much worthless.
    I've been told that this patch is included in newer portal versions, so the real solution is an upgrade.
    Trenton

  • Convert pdf files into wiki pages, and export wiki pages as word and pdf files

    I am working on an enterprise wiki site collection inside my SharePoint server 2013. And there was a requirement to automatically generate wiki pages from word documents. As I read that the built-in service within SharePoint does not support importing the
    pictures within the word documents. So I looked into 3rd party tools and I settle on the “Kaboodle Word to Wiki” link
    which will manage to convert word docs into wiki pages, with only minor layout problems.
    But I want to know if there are additional tools which support the following:-
    Converting pdf files to SharePoint wiki pages.
    Exporting SharePoint wiki pages into pdf and word documents?
    Regards

    I haven't seen any third party tool converting pdf files to SharePoint wiki pages and and exporting SharePoint wiki pages into pdf and word files.
    You need to write custom feature where you can use iTextSharp pdf for pdf conversion. you can also check below blog which shows the export of SharePoint Wiki to Word/PDF without 3rd party tools:
    http://blogs.msdn.com/b/thomsven/archive/2011/09/09/export-sharepoint-wiki-to-word-pdf-without-3rd-party-tools.aspx
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.
    the link you posted is a manual process for converting wiki to pdf ,, i was looking for a tool which allow converting wiki to pdf ?

  • How can I allow users to view any Wiki Pages inside my enterprise wiki site collection, as PDF files

    We are working on an enterprise wiki site collection, and users start adding wiki pages and link them together. But a new requirement was raised by the customer, to allow users to be able to convert any wiki page to pdf file and save the pdf file to their
    local PCs. They are suggesting to add a link or an option inside the upper ribbon , named “Make as PDF”, and once clicked they can view the current wiki as a pdf file.
    Not sure what are the capabilities of SharePoint 2013 to do so ? and is there any third paryt tools that allow doing similar tasks ?
    Thanks

    If you want to save as PDF, could you not use a PDF printer, so the procedure would be to 'Print this page' and the user then selects their PDF printer and where they want to save the file.
    but in this way the user will have the page header footer, left navigation included in the pdf file. while i want to extract the body only. i so not think you apprach will work for my requirements

  • How can I create a link that allows users to convert a Wiki pages into PDF format.

    I am working on an enterprise Wiki library site collection, but I want to create a link named “Convert to PDF” , which allow users to convert the current Wiki into a pdf file. I need this link to be displayed some where in all the exsiting Wikis pages, and
    on any new wiki page. Can anyone advice if there is already such as capability within sharePoint 2013.
    Thanks

    Hi,
    For your requirement, we can add this link to the master page, then it will appear in the pages which apply this master page.
    To convert the current page to PDF, you can take consideration of using jsPDF.
    The links below with demos for your reference:
    http://parall.ax/products/jspdf
    Best regards
    Patrick Liang
    TechNet Community Support

  • When you create a link to a web page in numbers and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem? Thank yo

    When you create a link to a web page in numbers "Mavericks" and we export the PDF file, the link is offset by 3 rows. Example: if I put a link on the text (with Cmd-K) in cell A1, I found the link A4. In fact, this feature becomes unusable. How can we solve this problem?
    Thank you.

    Hi again Raja!
    I did as you recommended and installed HTTPWatch and below is the outcome of that program. It is the exact string with the only exception of obfuscated servernames and portnumbers. The last part that begins with "sap_ep_baseurl=" makes me suspicious, is that part really correct? It looks like it's lacking things.
    Best regards
    Benny
    http://<server:port>/sap/bc/bsp/sap/Z_PURCHASE_REQ/process.htm?
    sap-syscmd=nocookie&sap-client=200&sap-language=sv&style_sheet=
    http%3A%2F%2F<server>%3A<port>%2Firj%2Fportalapps%2F
    com.sap.portal.design.portaldesigndata%2Fthemes%2Fportal%2Fsap_tradeshow%2F
    controls%2Fcontrols_ie6.css%3F7.0.10.0.0&sap-cssversion=7.0.10.0.0&sap-tray-type
    =null&sap-tray-padding=null&sap-accessibility=&sap-ep-version=7.00.200611091758&
    sap_ep_version=7.00.200611091758&sap_ep_baseurl=http%3A%2F%2F
    <server>%3A<port>%2Firj%2Fportal&matnr=9780198603641

Maybe you are looking for

  • Student Creative Cloud - Photoshop CC

    Hello! I am a student subscriber of Adobe Creative Cloud. I would like to download and install the new Photoshop CC but it seems that the only Photoshop version that I can get from the Application Manager is the CS6. Can you please help me? I receive

  • I have just downloaded itunes three times. it just wont open

    i have attemnpted to download itunes three times, but each time when i press on the desktop icon, it wont open.

  • PHP MYSQL KEYWORD SEARCH HELP

    Im creating a search for a image gallery and I want it to be able to pull up an image based on the keyword assigned to the image you searched. I have 4 fields in my DB, (id,layout"or image",description,key_words). My problem is when I enter a keyword

  • Premiere Elements 12 Opens then Shuts down

    I just purchased Premiere Element 12.  I had Premiere Elements 11 running fine and just uninstalled it prior to installing 12. Install went fine, no errors, but now when I open Premiere 12 it shuts right down on me. Looking in my Windows task manager

  • Slideshow crashing and acting in bizarre ways

    I'm seeing very strange behavior in the slideshow module. When I hit "Play", the slideshow begins but after a a few images it skips back and starts looping between two or three images and doesn't progress forward. It doesn't seem to matter where I st