Jump to content

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

Recommended Posts

Posted

Hi

Using CDML I want to create a form where clicking on it downloads a file. I know how to do it as a URL but I want to use a form to suppress the path name from being displayed. The path name to the file will be along the lines of:

http://127.0.0.1:443/other/archive/[FMP-currenttoken].pdf

Alternatively, is there something you can add to a web page that will force the browser (specifically Safari) to download the file rather than open it in a browser window?

Any advice gratefully accepted!!

Posted

Whether the browser displays or downloads depends on the file type. So you may have to fiddle with that if there are problems.

Downloading a file without exposing the URL may be a bit difficult. One possible way would be to use PHP to "stream" the file through a script!

Good Luck.

Garry

Posted

Hi, m! With OS X Panther, you can easily create .zip archives (FILE > CREATE ARCHIVE) right from the desktop of anything you want someone to download. I usually do so for folders of data, but you can do it for single files, too. It's good for sending attachments through e-mail, too.

--ST

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