Uploadify jQuery plugin not working

Discussion in 'ASP.NET / ASP.NET Core' started by abioli, Nov 17, 2010.

  1. Hi!
    I'm using, on my development machine, the plugin as in subj. It's all ok, until I don't publish it on DASP, where it doesn't even show the user interface, without any error.
    You can try it at http://www.frogsoftware.net/GooglePicasaTest/Home/UploadPhoto: tha page shows without any problem, but the 'select files' button is not visible.
    Only when the 'Upload Files' is clicked, an error shows, saying that the div doesn't support an Uploadify function.
    Since it uses SWF files, I don't know if this can be a problem, on DASP (is Flash supported???).
    Other than this, I don't know what to think: the application is built with the new ASP.NET MVC 3 RC, but I don't think this can have something to do with the problem...
    Thanks in advance!
    Andrea
     
  2. Hi,
    Flash is supported.
    I clicked around and couldn't trap and script errors but did some some strange behaviors.
    None of which I can dig into on this end.
    One thing, if you include the colon ":" browsers may consider that a possible threat.
     
  3. mjp

    mjp

    Indeed. This is what I get at that URL now:
    Code:
    [HttpException (0x80004005): A potentially dangerous Request.
    Path value was detected from the client (:).]
     

Share This Page