a quick question...

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
crazytopu
Forum Contributor
Posts: 259
Joined: Fri Nov 07, 2003 12:43 pm
Location: London, UK
Contact:

a quick question...

Post by crazytopu »

a quick question.

i can upload files in a location in my web server. what i all want now is to give my users access to download them from that folder.

to be more specific i want my users to view the folders as if they view in their own hard disk..and select to download any files they like...

does this concept called FTP? if yes..can anybody help me build some ideas how can i do it? any site or sample code?

thanks in advance
lostboy
Forum Contributor
Posts: 329
Joined: Mon Dec 30, 2002 8:12 pm
Location: toronto,canada

Post by lostboy »

No, its not FTP. This is not a quick question, it requires a long and involved explanation about how to use the filesystem to read files names, and headers to control the download of the image...check on http://www.hotscripts.com for samples code or google, i know http://www.phpbuilder.com has an article about this...
Post Reply