Sign in | Join
Last post 03-28-2008 2:39 AM by durulc. 3 replies.
Sort Posts: Oldest to newest Newest to oldest
<
but updateprogress is not working thansk
You need to have a Post Back Trigger if you want to use a File Upload in the Update Panel.
From the documentation (http://www.asp.net/ajax/documentation/live/overview/UpdatePanelOverview.aspx), File Upload controls are not compatible with UpdatePanel Controls.
Try to use <input type= "File" id="fileUpload" name="fileUpload" />
See here building AJAX enabled File Upload control
http://aspalliance.com/1442_Building_AJAX_Enabled_File_Uploading_System_with_Progress_Bar_Using_ASPNET_20.all
http://geekswithblogs.net/rashid/archive/2007/08/01/Create-An-Ajax-Style-File-Upload.aspx
http://msmvps.com/blogs/luisabreu/archive/2006/12/14/uploading-files-without-a-full-postback.aspx
http://blogs.infragistics.com/blogs/tony_lombardo/archive/2007/04/09/file-uploads-where-s-the-ajax.aspx
http://www.codeproject.com/KB/aspnet/AJAXUpload.aspx
http://forums.asp.net/t/1207035.aspx
Thanks chetan.sarode it works