I need an ASP.NET control for file uploads that can work in an update panel. Any ideas?
|
|
If you don't want to implement it yourself, you are willing to pay money, I would recommend Ajax Uploader. It allows you to select multiple files and upload multiple files at once. It supports ASP.NET AJAX frameworks and works in Ajax UpdatePanel. Demo: |
|||||||
|
|
Another free one is the AsyncFileUpload control that is part of the ASP.NET Ajax Control Toolkit. |
|||
|
|
|
The jQuery plugin Uploadify is nice. Not sure if it can work inside an update panel. |
||||
|
|
try this one http://www.brettle.com/neatupload or http://www.brettle.com/free-and-open-source-software/neatupload It was actually moved to CodePlex: http://neatupload.codeplex.com/ |
|||||||||
|
|
File uploads require a postback. You would need to use an iFrame to prevent post-back of the page you are working on. Full explanation is available here: http://vinayakshrestha.wordpress.com/2007/03/13/uploading-files-using-aspnet-ajax-extensions/ |
|||||
|
|
Best there is: http://www.swfupload.org/project Free and works everytime |
|||
|
|
|
I know you asked for a free one, but I am not aware of one. Component Art's File Upload Control (http://www.componentart.com/webui/demos/demos_control-specific/upload/features/core_features/webform1.aspx) is an AJAX File Uploader and there's no need to use an update panel. Maybe it saves you implementation and search time and that alone pays for the control's price. Just my $0.02 |
|||
|
|
|
You can use Flash/Flex...check this out: Multiple File Upload With Progress Bar Using Flash and ASP.NET I'm using it in an UpdatePanel. Make sure you change the way it behaves on "onuploadcomplete". Set it to "click" a button in the UploadPanel on upload complete. |
|||
|
|
|
I got a nice one, for multiple files upload and FREE too. |
|||
|
|
|
Here is a blogsite where the fellow reviews many of the above uploaders, and a few others. He then presents his own uploader there. This is definitely worth a look for anyone who is shopping for a downloader. Matt Berseth's solution is an asp-ajax solution. http://mattberseth.com/blog/2008/07/aspnet_file_upload_with_realti_1.html At the bottom of the page, Matt asks folks to talk about solutions they have tried, so there are even more suggestions for uploaders with other people's suggestions and ideas. In fact, here is a Stack Overflow question about it! Whats the best, most simple ajax file uploader? Here is another list of uploaders: http://chrisleibig.ifunnyblog.com/asp20uploadfile/ |
||||
|
protected by Will♦ Apr 14 '11 at 18:23
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.