Search results

  1. J

    Add comparison file and work with it

    Hi Geo28, From your code I see you are trying to open that file, I think once you compile that file needs to be referenced from the correct path, the XLSPadlock manual says the following; “XLS Padlock offers an Excel function to retrieve paths to external files. This function is called...
  2. J

    How to set up a exo_return_hescriptcom call in a form or link

    Hi Webguy22, Not sure where you are having problems with this. If you look at the PHP manual, http://php.net/manual/en/features.file-upload.post-method.php Copy the example code provided into files in your ExeOutput project, it works; I tried this same example out myself, I created an...
  3. J

    How to set up a exo_return_hescriptcom call in a form or link

    Hi, If I understood you correctly, you don’t want the user to click on the file button provided by the HTML INPUT/FILE element, instead you want the user to click a link and achieve the same thing. You could use Javascript to fire the click event on the HTML input file button. Normally I...
Back
Top