i am new to asp
and i need to upload image??
so could somebody help me to handle this issue :(
thanks a lot
i am new to asp
and i need to upload image??
so could somebody help me to handle this issue :(
thanks a lot
Upload files in classic asp requires some sort of upload component to be installed one the server.
Smth like http://www.aspupload.com/ will work
I've never been able to find a free component myself.
If you're using a commercial hosting company they probably have an upload component available, so check out their documentation.
i want code of upload with asp classic and java script
You would need to use Request.BinaryRead() to read the request and then parse the binary string. Do not forget to set the ENCTYPE of the form you are submitting to "multipart/form-data"
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.