Question

I am using Ext.Net.I want to use OpenFileDiaolog filter in aspx.(in fileuploadfield tag) Is it impossible ?

this is my aspx code:

<ext:FileUploadField ID="uploadAlani1" runat="server" Width="150" Icon="Attach" Text="Örnek Dosya"  >



    <DirectEvents>
        <Change OnEvent="DosyaSec" IsUpload="true"></Change>
    </DirectEvents>

</ext:FileUploadField>
Was it helpful?

Solution

Try this: click to "DosyaSec" and press to F12 and redirected code behind. Maybe help you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top