Exchange of files

  • Thread starter Lars Thomsen Nielsen
  • Start date
L

Lars Thomsen Nielsen

Is it in ASP possible to make a webpage with folders and
subfolders where people (if they have the right password) can
download and upload files. An uploadet file should appear on the
webpage for others to use as soon as it is there.

There is probably a name for this system. I would prefer if it
could work like the Total Commander, on the internet.

Best regards

Lars
 
S

Steven Burn

For uploading, see;

http://aspfaq.com/show.asp?id=2189

For displaying the file's, lookup FSO (FileSystemObject) and use it in
conjunction with bog standard HTML (to control the layout)

MSDN: FileSystemObject Basics and Reference
http://surl.co.uk/?1038

Original URL:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/ht
ml/FSOoriFileSystemObject.asp

As for the name, most would call it a file manager (wrote one for one of my
old site's a couple years ago)

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
 
L

Lars Thomsen Nielsen

Steven said:
MSDN: FileSystemObject Basics and Reference
http://surl.co.uk/?1038
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/
script56/ht

As for the name, most would call it a file manager

Thanks Steven.

I have looked at the code in the links you send me. It is not
unfamiliar to me, so there is something to work on. However your
last help "file manager" help me thriough Google to find the
following webpage:

http://www.iisworks.com/fileman/

As I see it, it is exactly what I need, but it might take me a
while to figure it out, because I'm a bit new with ASP. Warning -
If I have problems I might return...

Lars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,431
Latest member
ElyseG3173

Latest Threads

Top