i am new to asp
and i need to upload image??
so could somebody help me to handle this issue :(

thanks a lot

Recommended Answers

All 3 Replies

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"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.