File Dialog block by flash (AllowedFileExtensions)

Last post 09-09-2009, 8:05 AM by pvisrt. 3 replies.
Sort Posts: Previous Next
  •  09-07-2009, 8:22 AM 55409

    File Dialog block by flash (AllowedFileExtensions)

    Hello,
     
    I found dialog block problem , it depnds on flash version and extensions. 
     
     When I give file extensions in flash 10a, 10c(It seams to be occured by this two version), the file dialog box doesn't appear.
    But If I do not give extensions , it comes up .
     
    The flash version 10a, 10c(newest version) has problem with AllowedFileExtionsions parameter.
     
    How can I fixed this problem ?
     
    Have a nice day.
     
    Munhwan
     
     
     
     
     
  •  09-07-2009, 10:29 AM 55419 in reply to 55409

    Re: File Dialog block by flash (AllowedFileExtensions)

    Munhwan,
     
    It works fine for me.
     
    Please try the following example and get back to me:
     
    4. Simple Upload with Progress (Custom Validation)
    A sample demonstrates how to create user-defined validation functions for an upload control.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  09-08-2009, 10:53 PM 55453 in reply to 55409

    Re: File Dialog block by flash (AllowedFileExtensions)

    Munhwan ,
     
    Please download the last version.
     
    One of the old version has bug on that property.
     
    Regards,
    Terry
     
  •  09-09-2009, 8:05 AM 55472 in reply to 55453

    Re: File Dialog block by flash (AllowedFileExtensions)

    Hello,
    Thank you for your reply.
     
    I got a Javascript block message. 
     
      // Proxy Konfig fuer STAR Ramsen
    // marcel bolli, mb, 200503031
    // modified:    200901061    dg
    // Dok: http://home.netscape.com/eng/mozilla/2.0/relnotes/demo/proxy-live.html
    //var debug = 1;

    function FindProxyForURL(url, host) {
    //    if (debug && isInNet(myIpAddress(), "10.11.20.89", "255.255.255.255")) {
    //        alert("Checking...\n\nURL: " + url + "\n\nHost: " + host);
    //    }

        if (shExpMatch(url, "http*")) {
            if (
                dnsDomainIs(host, ".ram.ch.star-group.net")        || // intra
                dnsDomainIs(host, "portal.telecampus.ch")          || // Telecampus
                dnsDomainIs(host, "star-event.webex.com")          || // webex
                dnsDomainIs(host, "www.mIDentity-update.de")       || // Comerzbank update
                isPlainHostName(host)                              || // Eigene Server
                isInNet(host, "193.103.233.0", "255.255.255.0")    ||
                isInNet(host, "10.11.0.0", "255.255.0.0")          || // Private Netze
                isInNet(host, "172.16.0.0", "255.255.0.0")         ||
                isInNet(host, "192.168.0.0", "255.255.0.0")        ||
                dnsDomainIs(host, "localhost")                     ||
                dnsDomainIs(host, "127.0.0.1")                     ||
                !isResolvable(host)                                   // host not found in DNS
            ) {
                return "DIRECT";
            } else {
                return "PROXY proxy.ram.ch.star-group.net:3128; DIRECT";
            }
        } else {
            return "DIRECT";
        }
    }
     
    Maybe the problem comes on PRoxy server. The problem shows just Flash 10a, 10c version.
     
    Is there any solution about this problem. 
     
     Thanks a lot.
View as RSS news feed in XML