Rank: Member Groups: Member
Joined: 10/16/2008 Posts: 16
|
Hello. Your AjaxUploader work in asp:UpdatePanel?
I got a webform already in AJAX (asp:UPdatePanel and <ContentTemplate>) and I want to upload file in it. So your AjaxUploader work fine in this context?
Thank you again for your support.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. It does.
|
Rank: Member Groups: Member
Joined: 10/16/2008 Posts: 16
|
ok thanks a lot for your fast answer. By the way when I use the option AutoUpload it's possible to hide (like visible="false") the Upload button?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Sure. You would need to customize the uploader's LayoutTemplate. Here is a sample: http://www.essentialobjects.com/Demo/Default.aspx?path=AJAXUploader\_i6And documentations: http://www.essentialobjects.com/ViewDoc.aspx?t=AJAXUploader%2fAJAXUploader_style.htmlhttp://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.AJAXUploader.LayoutTemplate.htmlIf you use Visual Studio, you would simply choose to edit "LayoutTemplate" from the context menu or smart tag menu. That will present the default layout for you to edit. You can then either edit it in design view or HTML view. Thanks
|