Click to See Complete Forum and Search --> : How to upload files using cpshost.dll in ASP
Dinku
01-17-2006, 01:03 AM
Hi All,
I use cpshost.dll to upload file to IIS. But It cannot!
I have already prepared IIS to use the Posting Acceptor.
I am using WinXP.
Anyone knows, please help me.
Thank you.
ProWeb
01-18-2006, 08:35 AM
Hi,
Make sure you (internet guest) have 'write permissions' on the folder your uploading to.
Bullschmidt
01-23-2006, 08:33 PM
And here is a pure ASP (i.e. no components) resource for letting the user upload one or more files which is something that was unfortunately not built into ASP:
ASP File Upload Using VBScript by John R. Lewis - 7/10/2000
http://aspzone.com/articles/160.aspx
The above free code has worked well for me and you can copy and paste the code sample which is white on gray (what were they thinking?) or just highlight it and it becomes black on white.