• 0

Zip needed (scripting......)


Question

I have a project I'm working on and have run into a block. I need to have my user press a button or a link on a web page that runs code to grab 3 or 4 files and creates and zip file. This file then has to be moved to the proper folder for download. This is for an automatic update feature of my new software. (The new version is written with a mix of VB6 and FileMaker 5.5)

So I have two questions:

1. Which language should I write the server code in? (I have IIS5 running as my web server, with FileMaker 5.5 Unlimited serving the data.)

2. Could someone point in the right direction to get examples or tutitorials?

Any help would be great.

Evulfun

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

I don't know much about filemaker, but with IIS you use either serverzip or sa archive to do server side zip files.

Or create a vbscript to do the same with winzip or pkzip command line app.

Link to comment
Share on other sites

  • 0

Thanks, I guess I should have said I'd not like to spend any money if I don't have to. I'd prefer to write anything myself. I already wrote the unzip portion using Info-Zip's dll.

Shouldn't I be able to call the Zip dll on the server side using vb? I haven't done much programming with servers.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.