Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File security access credentials
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01047004
Message ID:
01047035
Vues:
8
Hi Don,

I apologize for not answering directly to your question.

Why don't you shoot ZIP file back to a client through HTTP by setting Content-Type and Content-Disposition headers?

- client requests data by clicking on a link
- your server prepares temp zip file
- then reads it into a string variable
- sends back this variable as a new page

An example of ASP code:
Response.AddHeader "ContentType", "application/zip"
Response.AddHeader "Content-Disposition", "attachment; filename=somename.zip"
Response.Write(<...file-to-string...>)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform