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.
  • Hey folks,

    Really odd issue popping up, trying to integrate uploadify with drupal 6.19. It works on pages with very few elements in the path, but not on anything with more than one slash. So for example all is well on http://server/user, but not on http://server/user/1 or even on http://server/user/ (note trailing slash)

    What gives??

    I notice some code in the uploadify jquery plugin doing this:

    var pagePath = location.pathname;
    pagePath = pagePath.split('/');
    pagePath.pop();
    pagePath = pagePath.join('/') + '/';

    Seems to be related. But I'm not sure why we're arbitrarily dropping the last element of the path. What is the flash actually expecting to be in this variable?

    Tom
  • Anyone out there?
  • Hmm.. has this forum gone dead? Frustrating - I'm sooo close to having a working multi-file uplaod solution here. If only I could get it to work with different Drupal-esque paths. Hoping for a knowledgeable reply.

    Tom
  • Hmm... OK can I pay someone money to answer the question? This is important.
  • im having the exact same problem, i am not trying to pass varibles to uploadify but simply having slashes or variables in the url breaks the code.
    any fixes?