Anthony
Sun Feb 24 06:36:17 CST 2008
"magix" <magix@asia.com> wrote in message
news:47c10ce8$1_1@news.tm.net.my...
> I knew few aspupload solutions. But I just want to find out why this error
> still persists on aspsmartupload, even though dll has been registered.
> I'm already googling through, but just can't find the right clue..
> if you guys have some checklists for me to check, that will be helpful..
>
> "Brynn" <coolpier@gmail.com> wrote in message
> news:08d84967-d755-4836-9ff8-fd6eb7757419@t66g2000hsf.googlegroups.com...
> > If no one else is able to help you with that app ... here is an
> > article on another asp upload solution.
> >
> >
http://www.asp101.com/articles/jacob/scriptupload.asp
>
>
The first thing I would do is create a little .vbs VBScript file :-
Dim o : Set o = CreateObject("aspSmartUpload.SmartUpload")
If this fails then there is something wrong with the way the component is
registered. If not then its something specific to the ASP context.
Try turning off anonymous access and turning on windows integrated access.
Make sure sure IE considers your site to be in the intranet zone and attempt
to access the page. What happens?
--
Anthony Jones - MVP ASP/ASP.NET