Welcome to the new Uploadify Community Forums. We've made the switch from PHPBB to Vanilla Forums in hopes of controlling the SPAM more efficiently. We hope this change doesn't suck so much. Also, don't forget to wrap your code in tags. You can quickly insert code using ctrl + f.
I lost some messages that were posted on February 4th. If you posted a message or reply on February 4th, please do so again. Sorry about the inconvenience.
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

Howdy, Stranger!

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