Link to file without upload

I am using v4 and am having a hard time inserting a link to a
file on a shared drive ie: file:\\apfs\file name. Contribute wants
to upload this file to the server before it will link it. Seeing as
I don't allow any uploads to the server I keep getting an error
message and contribute changes the link to "unknown:" I've searched
the Adobe site and this forum and haven't found an answer yet. Is
this a bug or something I am just missing?

mrstopher2 wrote:
> I am using v4 and am having a hard time inserting a link
to a file on a shared
> drive ie: file:\\apfs\file name. Contribute wants to
upload this file to the
> server before it will link it. Seeing as I don't allow
any uploads to the
> server I keep getting an error message and contribute
changes the link to
> "unknown:" I've searched the Adobe site and this forum
and haven't found an
> answer yet. Is this a bug or something I am just
missing?
>
If you are running on windows, use this:
Insert->Link->Browse to Web Page, In the URL Address,
Enter the URL as
file:\\apfs\file name.... and click ok..
This way you would be creating only a link to the file and it
does not
get uploaded to the server..
hope this solves your problem
Thanks
Arun

Similar Messages

  • How do I update linked FM files without losing TOC entries or Map IDs?

    Hi,
    I'm using RH 10 with linked FM 11 files to create a WebHelp project and this is what happens when I do an update or force update of a linked file in the RH project:
    After the update, the topic that contains updated content gets deleted from project TOC in RH.
    After the update, any Map IDs assigned to the topic that contains the updated content are deleted.
    Can someone please advise how to update a linked file without losing TOC entries or Map IDs?
    Thanks a bunch!
    Gabe

    HI Gabe,
    You will want to link the TOC from FM in your conversion settings, and set the map id's via TopicAlias markers in FM.
    -Matt
    Matt R. Sullivan
    co-author Publishing Fundamentals: Unstructured FrameMaker 11
    P: 714.960.6840 | C: 714.585.2335 | [email protected]
    @mattrsullivan LinkedIn facebook mattrsullivan.com
    http://mattrsullivan.com/

  • Pointing RH9 project at new linked FM files without a complete rebuild

    Seems simple but we can't figure out how to "point" an existing RH9 project with linked FM files to a new set of FM files. 
    As a background, our practice is that with each new version, we copy all FM files to a new directory and create a new version of the FM book and files.  Hence, after this process our RoboHelp file points at the old files and we'd like to easily update this without completely rebuilding the project and all settings.

    Try deleting the book file from RH and relinking to the new location.

  • How to add a record in document library without upload file.

    Hi,
    how to add a record in document library without upload file?
    Is it possible? I want to create a folders in Document Library but inside folders i do not want to upload a file instead of just i want to create a record. I will map my local file path to the records.
    Can anyone help me on it?
    Thanks & Regards
    Poomani Sankaran

    Hello Sankaran,
    document library is to upload documents, without document you will not be able to add a record or Item to it.
    for your requirement you can use a list and enable folders within the list and maintain the local path of the file as an item in list.
    http://www.sharepointbriefing.com/spconfig/article.php/3834951/Enable-the-New-Folder-Creation-Option-in-SharePoint-Custom-Lists.htm
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • Upload file without using file upload UI Element

    Hi all.
    I need upload a .txt file without using file upload UI Element because filename is not insert by user. The filename is generated by program. I try to use 'GUI_UPLOAD' and 'WS_UPLOAD' but don't work.
    Many thanks in advance.

    As you correctly pointed out we cannot use the gui_upload and gui_download fm's in webdynpro because they require sap gui and WD Components generally run in a HTML or Portal environment.
    The only option available is File Upload Element

  • Urgent : How to upload a tif file without using upload element

    could someone please tell me how to upload a tif file(any file) without using upload element. Function Module GUI_UPLOAD does not work. Please suggest. Appreciate your suggestions.

    Hello Suri,
    there's currently no way to achieve this.
    Best regards,
    Thomas

  • Gallery Without Uploading Full-size Files

    Can Aperture make a photo gallery for my clients to view the files only. I understand how to restrict downloading, but I have issues with loading large groups of photos big files just so the client can make a few picks. I like the web gallery idea a lot, but I would like to do it without having very large files to upload and sit in MobileMe for nothing. Before MobileMe, I did photo galleries in Photoshop and uploaded to my webserver. It was fast and easy, but I cannot figure how to do the same thing in Apeture.

    Why not take a look at using a "web page" instead of a "web gallery". You can control the specs of the thumbs and subpage images exactly.
    RB

  • Since upgrading to firefox ver. 3.6.8 can't upload files to Google Docs, whose help forum indicates many firefox users are having this problem since upgrading to 3.6.8: You can click on the "Select files to upload" link but nothing happens.

    Right-clicking on the link doesn't offer options to open anywhere (new tab, etc.)

    There is a problem with uploading files to Google docs in Firefox 3.6x versions.
    http://www.google.com/support/forum/p/Google+Docs/thread?tid=4f0369bdcf6fd7ff&hl=en "Select files to upload" not working in Firefox - Google Docs Help (Thanks to Joolsa for the link)

  • Upload of Customs Duty Rates (xml file) without transport request creation

    Hi All
    Can we upload the Customs Duty Rates (xml file) without transport request directly in the system.
    Thanks & Best Regards
    Kiran

    Hi Kiran,
    Please check transaction & program /SAPSLL/TLC_CUSB_UPL in GTS.
    This allows you to upload the XML from a local source or an application server path.
    I do not think a transport request is required in this scenario.
    Best Regards,
    Eoin

  • FTP - File getting upload with 0 bytes without raising any error

    Hello Experts,
    I am facing a strange issue with FTP.
    I have a backgroung program which uploads two file (one ld and one log)
    onto FTP server.
    But there are some scenarios in which the log file is uploaded blank with 0 bytes.
    though the file on application server contains the data.
    I debugged the job using JDBG, still it was uploadig the file sometime and many a times
    not.
    I could not judge anything from this unusual behaviour.
    Please help me with your comments.
    Thanks in Advance,
    Sumit Mittal

    The necesaary piece of code for your reference is :
    OPEN DATASET lv_full_file_name_lg FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    LOOP AT gi_log_files INTO gw_log_files.
    TRANSFER gw_log_files TO lv_full_file_name_lg NO END OF LINE.
    TRANSFER cl_abap_char_utilities=>cr_lf TO lv_full_file_name_lg NO END OF LINE.
    ENDLOOP.
    CLOSE DATASET lv_file_name_lg.
    Also to let you know the function modules I am using for FTP are;
    HTTP_SCRAMBLE
    FTP_CONNECT
    FTP_COMMAND_LIST
    FTP_DISCONNECT
    RFC_CONNECTION_CLOSE
    Please mail if you want to view anything else.
    Thanks,
    Sumit

  • File Browser (without uploading)

    Hi,
    I need to implement a Browse button, that will allow the user to choose a file from his local computer.
    I know that there is a UI Element called FileUpload that enable choosing a file and uploading it from the client to the server, but I don't need the upload operation.
    all I need is the user to choose a file and I want to know the name of the file that he chose.
    thanks in advance, Adi

    hello Adi,
    u can use the Upload UIE for this. onAction event in the implementation u dont create the file ( i mean dont write the upload file code) instead u just take the file name and print it. u wont get the whole path of the file, jsut the name with extention. i hope u know how to use Upload UIE.
    regards,
    Piyush.

  • Linking Illustrator file to InDesign

    If I link an Illustrator file into InDesign (to add some artwork to a book), then export the InDesign file to PDF to upload to a printing website, will it cause problems for the printing because of the linked Illustrator file?

    The AI file, saved with PDF compatibility, includes a PDF.
    Images of that file become images in the exported PDF.
    Artwork and Text remain as it is.
    If you use transparency effects and you reduce transparency upon export from InDesing it could be happen that artwork will be rasterized and exported as an image.
    If you don’t use transparency effects or if you export without flattening transparency (like export as PDF/X-4) no artwork will be rasterized although the effects often are rasterized, but they have been rasterized in Illustrator before on the document raster effect settings you have chosen in Illustrator.
    The best would be to give it a try and make a research on your exported PDFs with different settings.

  • What is the difference between: "Place..." or "Add files for Upload..."?

    Where can I get information about the detailed differences between the commands "Place..." and "Add Files for Upload..." of the Files menu?
    Understand that in both cases the files are linked and not embedded. But what further differences are there?
    I came across this issue because widget 039 (Animated Image Rollovers) from MuseThemes works only if you use the "Add Files for Upload..." option.
    Thanks,
    Daniel

    Hi Daniel,
    There are a few differences in both the options-
    Place is used to add content to page (rendered) while Add Files for Upload... is used to upload files to your site but not on page (not rendered).
    Placed images are published to /images folder on the server while images added using Add Files for Upload... option are published to the /assets folder on the server.
    Placed images have a chance of getting renamed (if resized/interpolated in Muse) upon publish while images added using Add Files for Upload... retain their names.
    Place can be used to add limited file formats like jpg/png/psd/swf/oam etc while you can upload almost any type of file using Add Files for Upload...
    You don't see Placed content in the Hyperlinks dropdown for linking while files added using Add Files for Upload... show up in the Hyperlinks dropdown so that you may link to them and allow download.
    Both serve different purposes and Add Files for Upload... is preferred by Widget Developers because it gives more control over uploaded content and assurance that file location and name will be as expected.
    Hope the above give you clarity on the basic difference.
    Cheers,
    Vikas

  • Shockwave won't play linked Director files from server

    I created a bunch of director files for the course content of my  class. All can be accessed from a contents file. When I created an html  contents file on my desktop (in the same folder as the linked director  files), the contents pages would open in shockwave in my browser (both  Firefox and Safari) and then by clicking on a link other director files  would open and play. However, when all these files were place on our  server (in the same folder), only the contents pages would open and we  get an error message saying the dirctor files cannot be opened. I think  this means it sees them, but can't open them.
    Help!

    Hi Sean
       sorry if my e-mail was a bit whiney, but I got a bit frustrated, 
    having tried to use the Adobe website for help and then trying for 
    help over the phone. Adobe has this nice thing where they will call 
    you back instead of you sitting on hold, which I used at first, but 
    you get called back by a machine, not a person, then you subsequently 
    get a progression of robocalls with nobody on the other end! I 
    finally just sat and waited and got a person, who seemed 
    knowledgeable and nice, but couldn't help me without a payment. So, I 
    would greatly appreciate any help you could provide!
           What I have is this. I constructed a "book" in CD form for my 
    class. This is based on CDs that Mike Coleman and I published a few 
    years ago. A picture of the contents page is shown below. Each topic 
    is in a separate Director file, each with its own casts. We made a 
    lot of animations, some in Flash and some in Quicktime that appear in 
    each topic. I redid everything in Director 11.5, changing text 
    spacing because of the way things get altered when things get played 
    in Shockwave! When I click on one of these subtopics, the 
    corresponding Director file opens. I accomplished linkage this by 
    appending a behavior to the text, "Play Movie X". I then originally 
    made a projector file of the contents page and distributed the CD to 
    my class free (textbook prices are getting out of hand). Now I want 
    to put it on the web, because I'm tired of burning CDs and we're 
    getting students from other locations taking the course on-line. So 
    within the folder on my desktop that held all the Director files, I 
    made a second folder "dswMedia" into which I placed all the 
    animations. I also linked all the animation casts to the Contents 
    Director file. I then constructed a Contents.html file and 
    Contents.dcr file using the Publish commands in Director. When I 
    click on the Contents.html file within my main folder (the one 
    holding all the Director files and the dswMedia file) the page opens 
    nicely in my browser (Firefox) and I can play all the Director movies 
    by clicking on each topic. All the animations play beautifully. 
    Great , I thought, I'm in business. I then took the files to our 
    media guy who put it on the server, in the same form as on my 
    desktop. If we click on the Contents.html file through the web it 
    opens. Clicking on a topic does not open that Director Movie. The 
    error message is not that it can't find the movie, however, but that 
    it can't open it. Everything works just fine on our media guys 
    computer,  we only have a problem when we attempt to use this stuff 
    through the web. (Our web guy's computer does not have Director, so 
    that's not the issue).
          Any guidance would be greatly appreciated!
             Regards
                    Paul

  • Peformance Turning for File Download / Upload with Enabled SharePoint Audit

    Greetings all, may I ask your help for Peformance Issues?
    Background:
    I tried to create a ASP.NET Web Page to download/upload/list SharePoint file and deployed to IIS website in same application server (will NOT use web part as some users are NOT allowed to direct access confidential workspace)
    Besides, for Audit Log record purpose, the page will impersonate (without password) the logged in user:
    SPUserToken userToken = web.AllUsers[user].UserToken;
    SPSite s = new SPSite(siteStr, userToken);
    For File Listing, the web service can provide fast response, and we are using service A/C for connection (as no auting for listing, but require audit for file download upload)
    Several implemeation options tested for File Downloiad / Upload, but issues occured and finding listed below:
    Issues
    1) SharePoint Object Model
    When I open Site (using new SPSite), it's too slow to respond. (under 1s for all operations, but require 10~50s for open SPSIte. e.g.
    using(SPSite s = new SPSite(siteStr) //50s
    How can I download/upload file without open SPSite object (using SharePoint object model, but user token should be kept to allow SHarePoint identifiy user actions. e.g. Updated by Tom, NOT system administrator)?
    2) SharePoint default web service
    For file download, I tried to use SharePoint Web Service for download file, it's quick but how can SharePoint record the audit log to downloaded user, and not service A/C? ( e.g. View by Tom, NOT system administrator)
    With Windows SSO solution, please note system should NOT prompt to ask user password for use impersonation
    3) HTTP Request API (for file download)
    As mentioned in point 2, if the system cannot get password from user, SharePoint also recorded service A/C in audit log... ><
    Thank you for your kine attention.
    .NET Beginner 3.5

    Thank you for prompt response, please find my reply with Underline:
    Hi,
    Maybe I'm not quite clear about the architecture you have now.
    Is your asp.net application deployed in separate IIS site but in the same physical server as SharePoint?
    Yes
    "we are using service A/C for connection", can you please explain the 'A/C'?
    Domain User, Local Admin and also SharePoint Service Admin A/C
    Opening SPSite is relatively slower but shouldn't take 50 sec. However it depends on your server hardware configuration. You should meet the minimum hardware requirements for SharePoint.
    Assigned double resources based on minimum hardware requirements.
    For details, 50s is the load test result. But for other SharePoint operation, it takes around/under 3s reponse time.
    Are you using SharePoint Audit log? Exactly If so then why don't you just put the hyperlink to the documents in your asp.net page. User maybe have to login once in SharePoint site but
    it depends on your security architecture. For example if both of your sites in local intranet and you are using windows integrated authentication, SSO will work automatically  User is NOT allowed
    to access SharePoint site/server (not implemented for sepreate server yet, as performance issues occured for
    separate site in same server)  directly from Internet, the
    middle server with web interface created for user request.
    Whatever I understands gives me the feeling that you download the file using HTTPWebRequest C# class. However regarding security it depends on how authentication is setup in asp.net web site and in sharepoint. If both site uses windows integrated security
    and they are in the same server, you can use the following code snippet:
    using (WebClient webClient = new WebClient())
    webClient.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials;
    webClient.DownloadFile("file ur in sharepoint", "download directory");
    Thanks, will try and reply later
    But still, as I've mentioned, not quite clear about the whole architecture.
    A) Request Handling
    1) User use browser to request file listing and/or download file (hereafter called: File Download Request) from custom ASP.NET page (Let's say In Server 1, IIS 1)
    2) ASP.NET page  or File Handler ashx (Server 1, IIS 1) call custom web service, SharePoint deault/OOTB web service or using SharePoint Object Model to access SharePoint Document Library (in Server 1,
    IIS 2)
    3) Both SharePoint and IIS Web Site
    (Server 1, IIS 1 & IIS2) using the same service A/C
    4) The web service , File Handler return file obeject to IIS1
    5) IIS 1 reply File Download Request to user
    B) Application Architecture (In testing environment)
    1) no load balancing
    2) 1 DB server (Server 2)
    3) 1 Application Server (with IIS 1 - ASP.NET, IIS 2, SharePoint Web Site with default SharePoint Web Service, IIS 3 SharePoint Admin Site & IIS 4 Custom SharePoint Web Service)
    4) Sepreate AD Server (Server 3)
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com
    .NET Beginner 3.5

Maybe you are looking for