Hi how do I upload a file using ASP? How do you get the posted binary data? I am using asp and not asp.net. Any tutorial on this?
I am using aspupload but this is the error message i got. any ideas? Error Type: Persits.Upload.1 (0x800A003D) Wrong Content-Type. Make sure you have included the attribute ENCTYPE="multipart/form-data" in your form. I check my friends web page that works in his computer. I open it in my comp and it doesn't work too, so I think it has something to do with my comp, not my code.
Hello, If you donot want any third part software then you can use Server.CreateObject("ADODB.Stream") Code (markup): functionality of asp to perform Upload.