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.
  • Hello there,
    I bought the uploadifive plugin in hope of getting a comfortable and easy to maintain upload script. I uploaded the folder containing all files to my server. Created the uploads folder in the same directory and loaded the page. I can select files and hit the upload button. The script tolds me "Upload complete", but nothing is beeing uploaded to the directory. And there is no validation of file types happening (no alert or something else if I upload e.g. a word document). I set the permissions to 777, changed the paths of the directory, nothing happens.

    I also tried it with the flash version, same result.

    ../uploadive/
    ../uploadive/uploadifive.php
    ../uploadive/uploads/ (folder for uploaded images)
    ../uploadive/index.php


    uploadifive.php:
    <?php
    /*
    UploadiFive
    Copyright (c) 2012 Reactive Apps, Ronnie Garcia
    */

    // Set the uplaod directory
    $uploadDir = '/uploads';


    I'm running this script on an Apache server.
  • I can see that the folder is named uploadive instead of uploadifive. Make sure your paths are correct in all your scripts and folders are named properly on your site.

    Also, make sure the path to the uploads folder is correct. If it starts with a slash, it's relative to the root.
  • I had alot of issues too, it is just a path problem.

    I have my path set as /uploadifive/uploads/ and its works fine.