954,585 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Upload image in asp javascript

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

thanks a lot

zanzo
Junior Poster in Training
58 posts since Feb 2008
Reputation Points: 10
Solved Threads: 0
 

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.

madmital
Junior Poster
120 posts since Jun 2005
Reputation Points: 10
Solved Threads: 5
 

i want code of upload with asp classic and java script

meroforever194
Newbie Poster
1 post since Jul 2008
Reputation Points: 10
Solved Threads: 0
 

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"

ratri
Newbie Poster
21 posts since Jul 2008
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You