Jump to content

Dowloading files


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

Recommended Posts

  • Newbies

How can I make a request to FileMaker on the Web to download a MS Word file that sits on the disk where FMPro resides? These files must be downloaded only after the transaction is approved. So their path must remain not accessible par a hyperlink. I built a hyperlink to the file with calculated fields. It works but the path is shown to the user so the security is null. I tried to use the Include CDML tag but it works only for text file. Is it just a matter of changing the MIME type? What would the Mime type be then?

Thanks to all

Link to comment
Share on other sites

Let me see if I understand what you want...

You want people to access a link only after they fulfill some criteria. You don't want them to be able to see the link while it's downloading. Do you want the user to be able to download the file again after they have done it the first time?

The best security would be to constantly change the url to the downloaded file. However this is going to be very troublesome and probably cannot be done with FMP alone, it may need some sort of OS scripting utility.

URLs cannot be 100% hidden from the user. On MacOS for instance, Netscape puts the url to the file as a comment, so nothing will hide it the URL from a determined user.

The only other method is to emil the user a password that has a limited time before it expires, but this too will be a lot of work.

Link to comment
Share on other sites

This topic is 8369 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.