I have a question about ASP, hope you can help me. If I use upload on somebody's website it has to be authenticated with user Id and password. Is there a way I can do that, authencicate users using ASP and allow to upload files, or it is impossible?
In php it is easy, just use connect object. What about asp?
Thank you. And I liked Upload stuff very much.