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:
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?
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.
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?