I have asp.net 3.5 website, and i want to put an ajax uploader, but i want this ajax uploader to:
- don't refresh the page while/after uploading
- easy to integrate
- free
- Not swf upload control
- i will use it in uploading images, so want a simple way to get the uploaded image file name, and be able to tell it in which folder to upload to.
any one know a good one?