Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6171 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have a webpage that is connected with FX.php to a filemaker pro 9 advanced database. In my database I have a container field where I have PDF files. My problem is when I click on the link through the webpage, it bring at window asking for the login information, How can I download the file without ask for the login info.?

Here is what I have at the coding:

$search_result = new FX($serverIP,$webCompanionPort);

$search_result->SetDBData(Handouts.fp7', Annual_08);

$search_result->SetDBPassword('monkey','Admin');

$search_result->AddSortParam('session_Order','ascend');

$Result = $search_result -> FMFind();

header('Content-Type: text/html;charset=utf-8');

Any help will be appreciated.

Thank you in advance.

:confused:

This topic is 6171 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.