Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

folder path
  • I have been using uploadify successfully for months now.
    I have tested in on Windows and Mac.
    Works great on IE, Firefox and Safari.
    I ran across an odd bug.
    I have always had the file path set to "../../../" but recently, I had to change it to "../../../../" and it will not work. I have done a lot of testing and for some reason you cannot go 'back' 4 folders - only 3.
    It's quite strange and I can't figure out why there would be a 3 folder deep limit, but I was hoping you had a fix for this.
  • hmmm. That is strange. There's nothing in the code to strip out any paths more than three deep. I'll add this to my beta test list before the release of the next version. To help debug

    are you sending any scriptData to the upload script?
    what does the folder echo from the upload script? ie echo $_GET['folder'] in the upload script and then alert(response); from onComplete


    for the moment can you just add the additional '../' within the upload script