Click to See Complete Forum and Search --> : Microsoft VBScript runtime error '800a01a8' Object required: 'SoftArtisans'
aaronsandy
08-30-2005, 09:32 AM
Hi!
I am using SoftArtisans to upload images ,but getting this error
Microsoft VBScript runtime error '800a01a8' Object required: 'SoftArtisans'
How should I fix this issue
minority
08-30-2005, 10:22 AM
you need to create an object would be my guess.
ie the same as you would for a connection for a database or a recordset
Bullschmidt
08-30-2005, 11:18 PM
And here is SoftArtisans' support area with documentation, etc.:
http://support.softartisans.com
And here is a pure ASP (i.e. no components) resource for letting the user upload a file 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.