Are you trying to set something to the upload control itself like trying to
set the path manually? Which code line gives you the access denied error?
It is nearly impossible to change those behaviors as they are per standards
and browser implementations. Uploading is concerned with security issues so
there's not much you can do. I'm quire sure it takes user to explicitly
select the files and then send the form, in separate steps.

Signature
Teemu Keiski
ASP.NET MVP, AspInsider
Finland, EU
http://blogs.aspadvice.com/joteke
> Hello everybody,
>
[quoted text clipped - 10 lines]
>
> can enybody help me