View Single Post
  #2 (permalink)  
Old 02-18-2004, 06:00 PM
paulhiles's Avatar
paulhiles paulhiles is offline
WebProWorld 1,000+ Club
 
Join Date: Jul 2003
Location: UK
Posts: 2,089
paulhiles RepRank 0
Default Re: Uploading Files Through ASP

Quote:
Originally Posted by seto_kaiba
I am trying to setup a system for the end user to upload images and word documents through ASP, and the code that I am trying to use just plain doesn't work!!! Can someone please point me in the right direction?
The most reliable way would be to use an ASP component such as ASPUpload.
There is an example of a basic file upload script on the ASPAlliance site, unfortunately there's no accompanying online demo.

Other possible sources include the following:

Upload Files Without COM
http://www.planet-source-code.com/vb...txtCodeId=6447

ASP : Scripts and Components : File Manipulation : Upload Systems
http://www.hotscripts.com/ASP/Script...pload_Systems/

Upload file using IE+ADO
http://www.pstruh.cz/tips/detpg_uploadvbsie.htm

Huge ASP file upload component (with progress bar)
http://www.pstruh.cz/help/scptutl/upload.asp

WinASP Upload/Download Component (need to register first)
http://www.4aspx.net/main/DesktopDef...ntID=19&Item=4

Hope that helps,

Paul
Reply With Quote