I have a .net upload and resize page that is very efficient but I'm using ASP for my application. What method can I use to integrate the .net upload in an ASP form, even if it's a round-about method?
Oh, I guess I wasn't clear...I have a lot more fields in the asp form other than the upload fields.
Currently the asp form processes a form. I wanted to integrate, in some way, the .net upload/resize page as seamlessly as possible in the ASP form. Transferring the ASP form processing into .net is what I'm saying is a bit too much for my knowledge of .net.