Jump to content

egerardo

uniGUI Subscriber
  • Posts

    3
  • Joined

  • Last visited

Posts posted by egerardo

  1. Hello Farshad, could find the cause of my problem and gave a temporary solution.

    The problem was due to the filename in the string '%20' and under IIS was not allowed me to download it (just no download, no error messages), what I did was replace '% 20' by '_' before downloading.

    Thank You.

     

  2. Hello, sorry for my English.

    My problem is this: I have an application that runs under IIS 7 before had no problem downloading the docx files, but now does not let me download.

    I have added the following line in servermodule OnCreate
       MimeTable.AddMimeType ('docx', 'word');

    I tested the application in the StandAloneServer so I have no problems in downloading these files, I think the problem is the configuration of IIS but it is rare that did not happen.

    Someone who has had this problem?

    Thank You.

     

×
×
  • Create New...