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.
Just not working. . .
  • I've uploaded the example file(s). . .and the form pops up, allows me to select a file. The Flash handles the file and uploads to 100%.....But the file is not being uploaded or saved on my server. . . I ready to find help, and in a position to pay to get this working. . .

    Can anyone help?? My working example is located here:

    http://www.4waytours.com/jq/
  • Try re-uploading your uploadify.php

    I'm getting this error when visiting:
    Parse error: syntax error, unexpected '}' in [PATH]/jq/scripts/uploadify.php on line 45

    I don't get this on mine.

    -Ryan
  • I've re-uploaded. . . and I have tried modifying the file so that it uploads to the uploads directory. . but nothing is working.

    I am using the supplied example file. . . and my code is:

    'uploader' : 'scripts/uploadify.swf',
    'script' : 'scripts/uploadify.php',
    'cancelImg' : 'cancel.png',
    'folder' : '/uploads',
    'queueID' : 'fileQueue',
    'auto' : true,
    'multi' : true


    But it just doesn't seem to upload anything to the uploads folder.
  • And file_uploads is turned, right?

    Have you uploaded successfully without uploadify?

    That would narrow down whether it's the server or the script.

    -Ryan
  • You can see php info here:

    http://4waytours.com/info.php

    Everything is jolly. . . .I think??
  • I mean your upload_max_filesize is set to 2M, but if you are trying to upload less than that, it should work.

    The reason I asked if you had ever uploadedto your server before, is because originally, even though the PHP settings were correct, I couldn't upload anything at all. I contacted my host and they said that it happens sometimes. They changed something in the settings on their end and suddenly I could upload. That's why I would suggest to ensure that you can upload without uploadify -- just to see if it works.

    -Ryan
  • Yup. . . .tested. . uploads work fine.

    http://4waytours.com/uploads/

    Simple PHP script that uploads files of small size. . . Now if I could just get uploadify to work with that darn jquery script displaying progress, I would feel sooo darn good! Help is on the way> > > > > > ??
  • same problem here in testing server on my machine it's working fine but on my website doesn't work i tried many options with no success ?? any solution
  • I've just about tried everything. . . I have appended my php.ini to change/edit tmp directories, I have increased file size limit to 16M, I have contacted support on Media Temple. . . .Very interesting afternoon for me. . .

    I'm going to tear through the FLA to see what is happening exactly. . . Cheers.
  • Hi again. . . Yup! I found a work-around

    http://www.element-it.com/multiple-file ... oader.aspx

    I downloaded the zip.
    Unzipped it.
    Then, uploaded the folder multipowupload to my server.
    I clicked on browse, selected a file, . . .and hit upload.

    BAM!! file was uploaded and viewable in my FTP client.

    Total time to download, unpack, upload to server: 3 min.
    Having a working file upload solution: PRICELESS. . . .

    Its not opensource, or FREE. . .but my server is working, and allowing uploading through php, javascript, flash. If only I could figure out what is wrong with uploadify??
  • 4waymedia said:
    You can see php info here:

    http://4waytours.com/info.php

    Everything is jolly. . . .I think??

    Thanks for sharing the link!