Jump to content

Downloading an FR3 file (FastReport) using Hyper Server + IIS


eduardosuruagy

Recommended Posts

I believe you need to add the extension in the hyperserver config file. 
 

below from unigui info:

 
[custom_mimes]
mime_0_ext=
mime_0_type=
mime_1_ext=
mime_1_type=
mime_2_ext=
mime_2_type=
mime_3_ext=
mime_3_type=
mime_4_ext=
mime_4_type=
 
Custom mimes allows to add custom file types to HyperServer scope. Under normal conditions for security reason only safe file types are allowed to be transferred from the server. You can define as much as mimes needed here. 

New mimes can be simply added by adding a entry to CFG file. Consider you want to enable access to files with extension of "7z".

 

You need to add below entry:

 

mime_0_ext=7z
mime_0_type=application/x-7z-compressed
 

http://unigui.com/doc/online_help/installing-and-configuring-hyp.htm

  • Like 1
Link to comment
Share on other sites

1 hour ago, alfr said:

I believe you need to add the extension in the hyperserver config file. 
 

below from unigui info:

 
[custom_mimes]
mime_0_ext=
mime_0_type=
mime_1_ext=
mime_1_type=
mime_2_ext=
mime_2_type=
mime_3_ext=
mime_3_type=
mime_4_ext=
mime_4_type=
 
Custom mimes allows to add custom file types to HyperServer scope. Under normal conditions for security reason only safe file types are allowed to be transferred from the server. You can define as much as mimes needed here. 

New mimes can be simply added by adding a entry to CFG file. Consider you want to enable access to files with extension of "7z".

 

You need to add below entry:

 

mime_0_ext=7z
mime_0_type=application/x-7z-compressed
 

http://unigui.com/doc/online_help/installing-and-configuring-hyp.htm

But how do I add a FastReport file with the FR3 extension?
The problem is in mime_0_type, I don't know what to put in it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...