Hi, I 'm coding a move database sharing application in asp (classic). I have tried a lot many components (both activex and classes) and I have a question. So far i'm unable to find any good classes or component to upload movie files and other large files to my webserver. Can anybody point me in the direction to the best upload component/class for this purpose? Any help is highly appreciated. Thank You.
If your server supports asp.net, there's a built-in upload component. IIS allows side-by-side classic and .net, so you could do one page in asp.net and the rest in asp.