views:

951

answers:

4

I have asp.net 3.5 website, and i want to put an ajax uploader, but i want this ajax uploader to:

  1. don't refresh the page while/after uploading
  2. easy to integrate
  3. free
  4. Not swf upload control
  5. 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?

+3  A: 

Check http://krystalware.com/Products/SlickUpload/

Free trial never ends, but it puts a little "powered by" notice on your site.

Joel Potter
looks like a great choice for ASP.NET
scunliffe
It is. I've used to to upload 50MB+ files without a problem
Nick
+2  A: 

I found a few different options out there. I haven't used any of them, but I will most likely look into the 3rd option here in the near future.

RSolberg
I second Matt Berseth's file upload.
domus.vita
+1  A: 

You can use my AJAX Upload plugin that allows you to use any element for file upload and doesn't require flash.

valums
is server side code available for .NET?
Andy
A: 

I am using http://ajaxuploader.com/

It works great. The cost of this control is $99. I would highly recommend if your project has budget.

DenialWhite