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.
Drupal module
  • Hi all,
    I am working on a Drupal module that is based on uploadify (on the admin side) and s3slider (http://www.serie3.info/s3slider/demonstration.html) on client side.
    function.[attachment=0]sample.jpg[/attachment]
    I have change a some code in uploadify to work with Drupal callback function and implement onComplete upload image a thumbnail to appear.Also I will add a description of the image so that will be showed on the client side.

    I have chosed to upload multiple files and restrict the extension to jpg and png but for instance if the admin uplaod a txt file that was renamed to .jpg that this is not uploaded and I don't know how to return from php this error that I have to it can be handled by the onError callback.
    The module is not finished , it is working in progress.
  • Hi dir hope you can help me i also try to get uploadify to work with siplviwer on drupal
    I want to use uploadify to creat gallery my problem is that i upload a file but it does not apere in the files folder.

    i used:

    $form['fileInput'] = array(
    '#type' => 'file',
    '#title' => t('upload'),
    ),


    //php variables to javaskript variables
    $uploadify_settings = array(
    'basepath' => $base_url,
    'uploaderpath' => $uploader_path,
    'scriptpath' => $script_path,
    'cancelImgpath' => $cancelImg_path,
    'folderpath'=> $folder_path
    );
    please help me