Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Management on web

Status
Not open for further replies.

deboyland

IS-IT--Management
May 31, 2005
10
US
is there a way to script or make a website which the user can upload a PDF file and then a web page can list all the pdf files the user uploaded and click on the link from the web page and have the PDF OPEN from web page. And as more files are uploaded, the index web page would list all the current files which you can click and view. Also I want do this with DWF files as well.

Could someone please shine some light on this.

Thanks!
 
There are multiple scripts for pure ASP File uploads, as well as some ActiveX components and such. If you google for "pure asp upload" you should get many useful hits.

As far as listing the contents ofa directoy: The FileSystemObject and associated folder amnd file objects will give you the cabaility to loop througha folder's contents and list them in any fashion you would like. Since you know the name of the folder you will be browsing, it's not too hard to output an ancor tag with the web path your browsing and the name of each file, thus creating a link.

Also, if you hit the search button above and do some searches, I know for afact there are several file management/type scripts that have been posted to threads in this forum in the past. Some of them are basic and some are fairly extensive. You could probably modify one of those to meet your needs.

-T

barcode_1.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top