browser to save file

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
orangeapple
Forum Commoner
Posts: 70
Joined: Tue Jan 06, 2004 1:24 pm
Location: Geneva / Switzerland

browser to save file

Post by orangeapple »

Hi,

I would like allow the users of my site to browse to save a file from the server.
Is it possible to program a 'file save browser' with html ?

Thanks for your help.
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

See http://php.net/header
It has examples of how to prompt for a save as/download of a file.
Post Reply