This forum is a community forum meant for users of the plugin to collaborate and help solve issues with implementation, etc. Unfortunately, as the creator of the plugin, I do not have much time to attend to every request here as this is only a side project and I must work a full-time job to provide for my family. This is how I keep the Flash version free and the HTML5 version low cost.
UploadiFive 1.1.1 has been released which includes a small fix for added support on touch devices including iOS 6 devices.
Uploadify and .load
  • Hi !
    I've impletented uploadify on my website but I try to use it with the jquery .load function. Let me explain...
    I've a principal page (index.php) from wich i call every pages and i use
    $(\"#div1\").load(\"./page.php\"); 

    to call the different pages. One of them contains the uploadify function. But it write " You have a problem with your javascript." And that even if i put the function in index.php or in page.php.....
    Does anyone know how to do that??? Please !!
    Thanks a lot for futur answers...
    And ask me if you need more information.


    Hyuge!
  • That's ok, you just have to put the function like that :


    $(\"#div\").load(\"./page.php\",function(){
    $(\"#fileUpload).fileUpload({.....});
    });