You need to sign in to do that
Don't have an account?

Can a SelfServiceUser download a Document?
I'm looking for a way to allow a SelfServiceUser to download a file by clicking a simple link on a page. I've authenticated the SelfServiceUser and provided a link to the Document file
i.e. a href="https://na1.salesforce.com/servlet/servlet.FileDownload?file=015xxxxxxxxxxxx"
However, everytime the SelfServiceUser clicks the link. he's redirected to:
https://www.salesforce.com/login.jsp?startURL=%2Fservlet%2Fservlet.FileDownload%3Ffile%3D015300000003FvL&ec=302 which is the login page for salesforce.com.
Is there a way to provide a SelfServiceUser with a simple link that allows the user to download a document. I'm using API 6.0 and C#. Are there any other methods that can be used to allow a SelfServiceUser to download a document?
i.e. a href="https://na1.salesforce.com/servlet/servlet.FileDownload?file=015xxxxxxxxxxxx"
However, everytime the SelfServiceUser clicks the link. he's redirected to:
https://www.salesforce.com/login.jsp?startURL=%2Fservlet%2Fservlet.FileDownload%3Ffile%3D015300000003FvL&ec=302 which is the login page for salesforce.com.
Is there a way to provide a SelfServiceUser with a simple link that allows the user to download a document. I'm using API 6.0 and C#. Are there any other methods that can be used to allow a SelfServiceUser to download a document?
Message Edited by pitaboy on 08-16-2005 09:09 AM
Thanks in advance.
How are you authenticating the SelfServiceUser?
Thanks,
Benj