vote up 4 vote down star
6

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?

flag

#1 is assumed since its ajax – Allen Mar 5 at 14:31

4 Answers

vote up 2 vote down check

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.

link|flag
I second Matt Berseth's file upload. – domus.vita Mar 5 at 18:33
vote up 0 vote down

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.

link|flag
vote up 1 vote down

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

link|flag
vote up 3 vote down

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

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

link|flag
looks like a great choice for ASP.NET – scunliffe Mar 5 at 15:29
It is. I've used to to upload 50MB+ files without a problem – Nick Crowther Mar 5 at 16:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.