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,888
  • 21
  • 101
  • 165

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
  • 20,790
  • 32
  • 144
  • 264
0

?

Community
  • 1
  • 1
Piszu
  • 443
  • 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