Dart Home | PowerWEB File Upload for ASP.NET | Custom Development | Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
Author | Forum: PowerWEB File Upload for ASP.NET Topic: upload.dlg.doOpenDialog(); |
dsong From: Sydney, Australia Posts: 3 Member Since: 11/19/10 |
posted November 30, 2010 12:29 AM Hi I am using below code with the tool(v.1.0.4.5). My problem is when I click the 'Choose Files' button to make a dialog popup, nothings happen. I tried to debug the pwOpenDialog() function of the pw_fileupload_1.0.4.5.js. I guess the upload.dlg.doOpenDialog() must do something but it doesn't. Can you give me some help to resolve my issue? Thank you Regards, Daniel Song ---------------------------------------- <div style="margin-top: 30px;"> <asp:Button ID="btnStartUpload" runat="server" Text="Choose Files" /> </div> <cc1:OpenFileDialog ID="ofnUpload" runat="server" ClientTriggerElement="btnStartUpload" AutoPostBack="true"> </cc1:OpenFileDialog> <cc1:ProgressPanel ID="ppnlUpload" runat="server"> <StatusStyle Font-Size="10px" Font-Names="Arial" Font-Bold="True" BorderColor="Black" BackColor="Transparent"></StatusStyle> <ProgressBarStyle Font-Size="10px" Font-Names="Arial" Height="12px" BorderWidth="1px" BorderStyle="Solid" BorderColor="Gray" Width="100%"></ProgressBarStyle> <CancelButtonStyle Font-Size="10px" Text="Cancel Upload"></CancelButtonStyle> </cc1:ProgressPanel> <cc1:UploadManager ID="umgrUpload" runat="server" OnUploadComplete="umgrUpload_UploadComplete"> </cc1:UploadManager> ---------------------------------------- |
Jamie Powell (Admin) From: Rome, NY USA Posts: 448 Member Since: 03/13/07 Extra Support Options Custom Application Development |
posted November 30, 2010 3:10 PM Thank you for your post. OpenFileDialog is obsolete because it does not work with later versions of Flash. You must now use the visual Upload control. You may also want to upgrade to the most recent version of this product. There have been many fixes and upgrades released since your purchase. You can review the changes here: http://www.dart.com/pwfileup_relhist.aspx Please contact sales@dart.com if you are interested in upgrading. ------ |
dsong From: Sydney, Australia Posts: 3 Member Since: 11/19/10 |
posted November 30, 2010 8:27 PM Hi Jamie Thank you for the support Regards, Daniel Song |
Reply | PowerWEB File Upload for ASP.NET Topics | Forums |
This site is powered by PowerTCP WebServer for ActiveX |