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