0
<input type="file" id="fileToUpload" />
<input type="button" id="btnFup" value="Upload" onclick="fileUpload();" />

I want to upload an image to the server side folder using JavaScript or jQuery only. I don't want to use the code behind. Any Suggestions?

Nikola
  • 14,218
  • 18
  • 94
  • 158

2 Answers2

0

Yes, you need to use something serverside. This is one of the best things to use for file upload http://www.uploadify.com/

user1477388
  • 19,139
  • 26
  • 125
  • 240
0

?

Community
  • 1
  • 1
Piszu
  • 433
  • 1
  • 8
  • 24
  • None of those address the "I dont want to use code behind." part of the question. Lists of links are much better placed as comments then answers. – Quentin Sep 07 '12 at 13:00